[gs-cvs] rev 8242 - trunk/gs/lib
leonardo at ghostscript.com
leonardo at ghostscript.com
Tue Sep 18 08:41:08 PDT 2007
Author: leonardo
Date: 2007-09-18 08:41:08 -0700 (Tue, 18 Sep 2007)
New Revision: 8242
Modified:
trunk/gs/lib/gs_img.ps
Log:
Fix : The interpolation of imagemask must not apply to high resolution images (continued).
DETAILS :
Fixing an inaccuracy in a comment in the last patch.
EXPECTED DIFFERENCES :
None.
Modified: trunk/gs/lib/gs_img.ps
===================================================================
--- trunk/gs/lib/gs_img.ps 2007-09-18 15:33:51 UTC (rev 8241)
+++ trunk/gs/lib/gs_img.ps 2007-09-18 15:41:08 UTC (rev 8242)
@@ -675,7 +675,7 @@
.bind systemdict begin odef end
% An auxiliary function for checking whether an imagemask to be interpolated.
-/.is_low_resolution % <image dict> .is_big_zooming <bool>
+/.is_low_resolution % <image dict> .is_low_resolution <bool>
{ % Checking whether image pixel maps to more than 2 device pixels.
% The threshold 2 is arbitrary.
1 exch 0 exch
More information about the gs-cvs
mailing list