Page 1 of 1

get and delete ICC profile from tiff jpeg images

Posted: 2008-10-24T06:31:46-07:00
by Dominique
Hi!

Where can I get a C example showing how to open an image and search for the ICC??

Thanks!

Re: get and delete ICC profile from tiff jpeg images

Posted: 2008-10-24T07:15:03-07:00
by magick
See http://www.imagemagick.org/script/magick-wand.php for a few examples that read and write images with the MagickWand API. You can retrieve a profile with the MagickGetImageProfile() method. There are analogs to these methods in MagickCore as well if that is your preferred API.