[gs-cvs] rev 7966 - branches/gs-esp-gpl-merger/lib

till at ghostscript.com till at ghostscript.com
Sun May 13 16:33:14 PDT 2007


Author: till
Date: 2007-05-13 16:33:13 -0700 (Sun, 13 May 2007)
New Revision: 7966

Modified:
   branches/gs-esp-gpl-merger/lib/gs_init.ps
Log:
Removed Martin Lottermoser's correction of black generation/undercolorremoval


Modified: branches/gs-esp-gpl-merger/lib/gs_init.ps
===================================================================
--- branches/gs-esp-gpl-merger/lib/gs_init.ps	2007-05-13 23:28:18 UTC (rev 7965)
+++ branches/gs-esp-gpl-merger/lib/gs_init.ps	2007-05-13 23:33:13 UTC (rev 7966)
@@ -1470,22 +1470,7 @@
 % Set the default screen and BG/UCR.
 /.setdefaultbgucr {
   systemdict /setblackgeneration known {
-% T. Kamppeter, Linux Foundation
-%
-% Martin Lottermoser, author of the "pcl3" driver writes in
-% contrib/pcl3/doc/gs-mods.txt, section C1:
-%
-% There is a bug in ghostscript's default configuration for the
-% undercolour removal and black generation functions. It shows up when
-% printing PostScript documents using the RGB colour space ("setrgbcolor" or
-% "sethsbcolor") on a device where the CMYK space is the native colour space;
-% this is the case for pcl3 if you specify "-sColourModel=CMYK". The bug
-% results in black being printed as a mixture of cyan, magenta, and yellow.
-%
-% The bug is simply fixed by replacing the line
-%   { pop 0 } dup setblackgeneration setundercolorremoval
-% with the following line:
-    {} dup setblackgeneration setundercolorremoval
+    { pop 0 } dup setblackgeneration setundercolorremoval
   } if
 } bind def
 /.useloresscreen {	% - .useloresscreen <bool>



More information about the gs-cvs mailing list