remove thumbnail data from inside JPEGs

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
DJTurboToJo

remove thumbnail data from inside JPEGs

Post by DJTurboToJo »

Hello,

I would like to how to remove the thumbnail data that is stored in most pictures? Does RemoveProfile() include this or is there a single function for this purpose?

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

Re: remove thumbnail data from inside JPEGs

Post by magick »

Use MagickRemoveImageProfiles() to remove all profiles from your image.
Post Reply