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!