Imagemagick problem converting to CMYK

Post Reply
BartDenolf
Member
Posts: 31
Joined: Thu Aug 04, 2016 4:06 pm

Imagemagick problem converting to CMYK

Post 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
jan_suhr
Advanced member
Posts: 592
Joined: Fri Nov 04, 2011 1:12 pm
Location: Nyköping, Sweden

Re: Imagemagick problem converting to CMYK

Post by jan_suhr »

Does the command you are using work in Terminal?
Jan Suhr
Color Consult AB
Sweden
=============
Check out my apps
BartDenolf
Member
Posts: 31
Joined: Thu Aug 04, 2016 4:06 pm

Re: Imagemagick problem converting to CMYK

Post 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
Post Reply