Re: Bug 687711, Add ideal CMYK color space to GS resources.
Alex Cherepanov <[email protected]> Wed, 29 Sep 2004 17:35:15 -0400
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
Ray Johnston wrote: > I don't really think we need this color space. ... > DefaultCMYK must be a CIEBasedDEFG color space or [/DeviceCMYK] > (for no remapping). [/DeviceCMYK] is a way to selectively disable CIE based conversions for the /DeviceCMYK color space. The user doesn't need this. > It seems that the CIEBasedDEFG that you have is equivalent to the > trivial case of specifying [ /DeviceCMYK ] as the DefaultCMYK > resource. No. Specifying [ /DeviceCMYK ] leaves CMYK colors unchanged. The CMYK colors will be printed later as device-dependent colors or displayed as simulated printed ink colors in case of Acrobat Reader. The user wants to simulate the effect of the standard PostScript CMYK to RGB conversion as it looks on the screen in device-independent way to get the old colors in Acrobat Reader window and (as far as possible) on the printer. That's what does the proposed color space. > If you can explain why we still need this type of CMYK, then I have > further comments (such as naming it as Igor suggests "/TrivialCMYK"). I agree with /TrivialCMYK. > Also please note that in CVS log messages, there is no [COMMENTS] > section header. We need a convention how to separate the text that goes to the log files from other rants.