Magick++ File Conversion

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
bowentw
Posts: 4
Joined: 2014-06-09T08:47:40-07:00
Authentication code: 6789

Magick++ File Conversion

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