Page 1 of 1

Magick++ File Conversion

Posted: 2014-09-24T14:42:02-07:00
by bowentw
Hi All,

I'm looking to convert some CMYK files to sRGB, I'm all good using the command line convert like so....

convert cmyk.ai -profile USWebCoatedSWOP.icc -resample 72 -profile "sRGB Color Space Profile.icm" out.png

But i'm struggling with the syntax of making the conversion via c+. I know I need to use a Blob, but not sure how to implement it. Any help would be greatly appreciated!