Hi!
Where can I get a C example showing how to open an image and search for the ICC??
Thanks!
get and delete ICC profile from tiff jpeg images
Re: get and delete ICC profile from tiff jpeg images
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.