Converting image from sRGB to CMYK isn't working.
Posted: 2015-02-11T13:42:26-07:00
I downloaded this sRGB image
http://www.wallpaperish.com/wp-content/ ... Meadow.jpg
I then tried to covert the image using Adobe's CMYK color profiles with the following command.
I then checked the colorspace using this command
It still returns sRGB as the colorspace. I just started playing around with imagemagick and I'm sure I'm doing something wrong.
http://www.wallpaperish.com/wp-content/ ... Meadow.jpg
I then tried to covert the image using Adobe's CMYK color profiles with the following command.
Code: Select all
"C:\Program Files\ImageMagick-6.9.0-Q16\convert.exe" Pink-Meadow.jpg -profile "C:\Program Files\ImageMagick-6.9.0-Q16\ICC Profiles\CMYK\USWebCoatedSWOP.icc" Pink-Meadow-cmyk.jpg
Code: Select all
"C:\Program Files\ImageMagick-6.9.0-Q16\identify.exe" -verbose Pink-Meadow-cmyk.jpg | findstr Colorspace: