I tried to convert a RGB tiff to CMYK tiff with the following command:
convert RGB.tif -colorspace CMYK CMYK.tif
Somehow, the colors are skewed. The light blue becomes dark blue color.
How to correct this effect? I need to color to be exactly the same after conversion.
Thanks
convert RGB to CMYK colorspace
Re: convert RGB to CMYK colorspace
Do you have any example?
Where can I find the profile datafile.
Thanks a lot
Where can I find the profile datafile.
Thanks a lot

- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert RGB to CMYK colorspace
btam wrote:Do you have any example?
Where can I find the profile datafile.
Thanks a lot
Examples are on the page I referenced. Profiles can be found at http://www.imagemagick.org/download/delegates/
see profiles.zip