Converting image from RGB to CMYK
Posted: 2009-11-21T08:38:21-07:00
Hello,
I use ImageMagick-6.5.7-Q16 on Windows. I tried a lot examples of RGB to CMYK conversion from this website: http://www.imagemagick.org/Usage/formats/#color_profile, but still no result.
And i still can not understand where i can get such profiles for conversion and maybe there are some default profiles ?
Because command:
Results error:
I use ImageMagick-6.5.7-Q16 on Windows. I tried a lot examples of RGB to CMYK conversion from this website: http://www.imagemagick.org/Usage/formats/#color_profile, but still no result.
And i still can not understand where i can get such profiles for conversion and maybe there are some default profiles ?
Because command:
Code: Select all
convert rgb.jpg -profile USCoat.icm cmyk.jpg
Code: Select all
convert: unable to open image `USCoat.icm': No such file or directory @ blob.c/OpenBlob/2480.
convert: unable to open file `USCoat.icm': No such file or directory @ blob.c/FileToBlob/829.