Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.postscript > #3474
| From | ken <ken@spamcop.net> |
|---|---|
| Newsgroups | comp.lang.postscript |
| Subject | Re: Omit a color |
| Date | 2019-11-27 08:31 +0000 |
| Message-ID | <MPG.3848449f367c6859898a9@usenet.plus.net> (permalink) |
| References | <5631c8cb-807a-4453-913d-96f47acf6ce4@googlegroups.com> <0ef2a848-6049-46b6-8305-998ae87d8942@googlegroups.com> |
In article <0ef2a848-6049-46b6-8305-998ae87d8942@googlegroups.com>, news@ademmler.com says... > > I also tried sth specify the separations. > but it seems like this works only for separated output. Not for composite CMYK output. > > /SeparationColorNames [ /Cyan /Magenta /Yellow /Black /Spot#201 ] /SeparationOrder [ /Magenta /Yellow /Black /SpotcolroName ] I'm not sure what you mean by 'works only for separated output'. Separation colour spaces are defined so that if the colorant is available on the device then the marking operations use it. If the colorant is not available on the device, wether the device is composite or separating, then the PostScript interpreter uses the supplied tint transform to select an alternate (device) colour space, and transforms the value of the component in the Separation space into a set of values for the components of the alternate space. It then marks the output using those components. So if the ink isn't available, then you get a reasonable approximation of the marks it would have made, using the alternate space. By the way, your code there is unlikely to work, since it has a different array of names for SeparationColorNames and SeparartionOrder. Ken
Back to comp.lang.postscript | Previous | Next — Previous in thread | Next in thread | Find similar
Omit a color MrDemmler <news@ademmler.com> - 2019-11-26 13:14 -0800
Re: Omit a color MrDemmler <news@ademmler.com> - 2019-11-26 13:28 -0800
Re: Omit a color ken <ken@spamcop.net> - 2019-11-27 08:31 +0000
Re: Omit a color MrDemmler <news@ademmler.com> - 2019-11-27 09:25 -0800
Re: Omit a color ken <ken@spamcop.net> - 2019-11-28 09:58 +0000
Re: Omit a color ken <ken@spamcop.net> - 2019-11-27 08:26 +0000
csiph-web