RE: 687042
"Dan Coby" <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
In bugzilla you wrote: >The bug description isn't clear. It does not refer a GS revision. The CVS HEAD >(immediately before the patch) with fo3.pdf wrote an ICC color space resource, >but the contents stream was missed (zero length was written). The patche fixes >that, and now the color looks good. The bug report does specify CVS head. Thank you for that patch. I thought that there was a problem with the ICC color space in 687020 and this clears up that problem. >fo3.pdf contains more color spaces, but >they are not written into the output because the source document paints nothing >with them. I also said the -dNOSUBCOLORSPACES switch should be used. I have committed this change to CVS. The original files (both fo3.pdf and fixed_original.pdf) have this rectangle specified using DeviceCMYK (1 0 0 0 k) and since we are trying to preserve color spaces, this is how it should be in the output file. The color space resources are required to get the correct colors in the final output. Dan -----Original Message----- From: Igor V. Melichev [mailto:[email protected]] Sent: Thursday, September 11, 2003 4:59 AM To: [email protected] Cc: Raph Levien Subject: Re: 687042 See my followup in Bugzilla. Igor. ----- Original Message ----- From: "Dan Coby" <[email protected]> To: "Igor V. Melichev" <[email protected]> Cc: "Raph Levien" <[email protected]> Sent: Thursday, September 11, 2003 11:02 AM Subject: 687042 > > Igor, > > I opened a bug about the pdfwrite device not writing the ColorSpace > resources. However I could not attach the test file. It is enclosed. > > The bug report is 687042. > > Dan