Question on ICC profile conversion behaviour - answered
Posted: 2009-01-13T07:19:00-07:00
I have not been able to find any documentation on this, so I thought I should just ask.
If I do a CMYK - RGB conversion from the command line using -profile, does an embedded profile override one that is defined in the command?
Example:
convert CMYK.tif -profile "CMYK.icc" -profile "RGB.icc" RGB.tiff
This should use CMYK.icc as the in-profile and RGB.icc as the out-profile.
But what if the image CMYK.tiff already has an embedded profile?
Is one of the cmyk-profiles ignored?
If so, which one: the embedded or the command line one?
If not, will the command invoke a CMYK-CMYK-RGB conversion?
Thanks
Fredrik
If I do a CMYK - RGB conversion from the command line using -profile, does an embedded profile override one that is defined in the command?
Example:
convert CMYK.tif -profile "CMYK.icc" -profile "RGB.icc" RGB.tiff
This should use CMYK.icc as the in-profile and RGB.icc as the out-profile.
But what if the image CMYK.tiff already has an embedded profile?
Is one of the cmyk-profiles ignored?
If so, which one: the embedded or the command line one?
If not, will the command invoke a CMYK-CMYK-RGB conversion?
Thanks
Fredrik