[gs-cvs] rev 7172 - trunk/gs/lib

ray at ghostscript.com ray at ghostscript.com
Tue Nov 7 10:52:47 PST 2006


Author: ray
Date: 2006-11-07 10:52:46 -0800 (Tue, 07 Nov 2006)
New Revision: 7172

Modified:
   trunk/gs/lib/gs_cet.ps
Log:
Turn on CPSI mode for CET runs. This mode uses the CPSI cmyk_to_rgb
conversion and 'eofill' for Type1 characters.s

DETAILS:

This improves the difference count for 250 pages and only increases
the difference count for 6 pages. I've reviewed all regressions and
the changes are not important. Of the 250 pages that are improved,
The 250 improvements will be analyzed and those that were DIFF or
AOK will be changed to OK if they now match closely enough.



Modified: trunk/gs/lib/gs_cet.ps
===================================================================
--- trunk/gs/lib/gs_cet.ps	2006-11-07 15:55:45 UTC (rev 7171)
+++ trunk/gs/lib/gs_cet.ps	2006-11-07 18:52:46 UTC (rev 7172)
@@ -21,6 +21,10 @@
 % CPSI doesn't define "Localization" resource.
 /Localization /Category undefineresource
 
+% Some previously compile time options such as USE_ADOBE_CMYK_RGB
+% and GS_CHAR_FILL are now dynamic. Force CPSI compatibility.
+true .setCPSImode
+
 setglobal
 
 % Remove all but 'letter' page size



More information about the gs-cvs mailing list