I have a problem at converting a CMYK TIFF into a RGB JPEG file on a Linux PC, but not on a Windows PC.
I used following command:
Code: Select all
convert cmyk.tif +profile icm +profile icc -profile cmyk.icc -profile rgb.icc rgb.jpg
I used this command at a linux machine and nothing happend to the colorspace of the output file.
Both machines using ImageMagick 6.6.2-7 Q16 with OpenMP.
I don't understand why this command failed at the linux machine.
Has anyone an idea?
Thanks.