Re: Disabling Color space substitution for pdfwrite
"Igor V. Melichev" <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
Dan, > From: "Dan Coby" <[email protected]> > To: "Igor V. Melichev" <[email protected]>; "Gs-Code-Review" <[email protected]> > Sent: Friday, September 12, 2003 8:31 AM > Subject: RE: Disabling Color space substitution for pdfwrite 1. I suggest KEEPDEVICECOLORS. 2. You wrote : > + <dt><b><tt>-dNOSUBCOLORSPACES</tt></b> > + <dd>This switch prevents the substitution of the > <b><tt>ColorSpace</tt></b> > + resources (<b><tt>DefaultGray</tt></b>, <b><tt>DefaultRGB</tt></b>, and > + <b><tt>DefaultCMYK</tt></b>) for the <b><tt>DeviceGray</tt></b>, > + <b><tt>DeviceRGB</tt></b>, and <b><tt>DeviceCMYK</tt></b> color spaces. > + This switch is primarily useful for PDF creation using the > <tt><b>pdfwrite</b></tt> > + device when retaining the color spaces from the original dicument is > + important. > + </dl> > + > + <dl> Here is my version : <dt><b><tt>-dKEEPDEVICECOLORS </tt></b> <dd>This switch prevents the substitution of the <b><tt>DefaultGray</tt></b>, <b><tt>DefaultRGB</tt></b>, and <b><tt>DefaultCMYK</tt></b> colors spaces with <b><tt>DefaultGray</tt></b>, <b><tt>DefaultRGB</tt></b>, and <b><tt>DefaultCMYK</tt></b> resources of the <b><tt>ColorSpace</tt></b> resource category. This switch is primarily useful for PDF creation using the <tt><b>pdfwrite</b></tt> device when retaining the color spaces from the original document may be important. </dl> <dl> Igor.