get and delete ICC profile from tiff jpeg images

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Dominique

get and delete ICC profile from tiff jpeg images

Post by Dominique »

Hi!

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

Thanks!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: get and delete ICC profile from tiff jpeg images

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