[gs-bugs] [Bug 693087] New: gs9.05 epswrite changes black to rgb
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Tue Jun 5 00:03:27 UTC 2012
http://bugs.ghostscript.com/show_bug.cgi?id=693087
Summary: gs9.05 epswrite changes black to rgb
Product: Ghostscript
Version: 9.05
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: PS Writer
AssignedTo: ken.sharp at artifex.com
ReportedBy: williambader at hotmail.com
QAContact: gs-bugs at ghostscript.com
Created an attachment (id=8655)
--> (http://bugs.ghostscript.com/attachment.cgi?id=8655)
example file
I have a test PDF with a word written in black (C=M=Y=0, K=100).
I am using gs -sDEVICE=epswrite to convert it into an EPS.
With gs 8.54, the generated eps sets the color with "K" which is "{0 G}" and
"G" is "{255 div setgray}", so this becomes 100% K.
With gs 9.05, the generated eps sets the color with "35 31 32 rG" where "rG" is
"{3{3 -1 roll 255 div}repeat setrgbcolor}", so this becomes 86% C, 88% M, 87%
Y.
This causes bad results when I make color separations.
Using -dUseFastColor fixed the problem with black.
Is that the solution until there is an eps2write?
William
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list