comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: How to do RGB to CMYK conversion for PS output?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: How to do RGB to CMYK conversion for PS output? [message #49386 is a reply to message #49317] Sat, 15 July 2006 12:31 Go to previous message
George N. White III is currently offline  George N. White III
Messages: 56
Registered: September 2000
Member
On Thu, 13 Jul 2006, David Fanning wrote:

> Paul Van Delst writes:
>
>> A colleague produced a colour X-Y plot for a paper and saved it to a
>> regular old PS file. The editor mailed back stating that the file
>> contains RGB colours and could we please create the file in CMYK
>> colours.
>> [...]
>> Any ideas?
>
> Photoshop?

Yes. There is generally a significant difference between the CMYK you get
using Photoshop and from IDL. I think IDL uses the simple formula:

C=255-R ...
K=min([C,M,Y])
C=C-K ...

This seems reasonable in theory, but in practice CMYK devices have a
restricted gamut compared to typical (CRT and LCD) displays. Different
printers handle out-of-gamut values differently, but most will give muddy
looking colors with CMYK images created by IDL using a color palette that
looks good on a display. Photoshop generally does a much better job (and
will show you which colors are outside the CMYK gamut). For best results
you need color profiles for both the display and for the output device.

--
George N. White III <aa056@chebucto.ns.ca>
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDL and Macs. Speed is not only about squared roots
Next Topic: Re: Displaying isosurface- Hollow images

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Tue Jun 09 18:00:59 PDT 2026

Total time taken to generate the page: 0.07676 seconds