Page 1 of 1

Imagemagick problem converting to CMYK

Posted: Wed Aug 23, 2017 10:10 am
by BartDenolf
Hello,

I have a flow where a Adobe RGB file needs to be converted to a CMYK file. I searched and tried everything and still imagemagick won't convert it to a cmyk file. By the way this is running on a Mac.

At this moment I used this argument:
"%1" +profile icm -profile "/Library/Application Support/Adobe/Color/Profiles/Recommended/AdobeRGB1998.icc" -intent Relative -black-point-compensation -profile "/Library/ColorSync/Profiles/ISOcoated_v2_300_eci.icc" "%2"

I almost tried everything but still it won't work. What am I doing wrong?

Thanks
Bart

Re: Imagemagick problem converting to CMYK

Posted: Wed Aug 23, 2017 10:46 am
by jan_suhr
Does the command you are using work in Terminal?

Re: Imagemagick problem converting to CMYK

Posted: Wed Aug 23, 2017 1:48 pm
by BartDenolf
No, and after some research it appears not all delegates have been installed so I'll have to update my Imagemagick before I can continue. Wasn't it for the tip to test it in terminal I wouldn't have noticed it.

Thanks!
Bart