EXIF Data lost when saving a tif file !

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
spok
Posts: 36
Joined: 2011-10-31T07:32:23-07:00
Authentication code: 8675308

EXIF Data lost when saving a tif file !

Post by spok »

I have a tif file which I access and modify through a PixelPacket * pointer.
When I save the file after modification, the exif data contained inside the tif file are lost.
Is there any way to keep the exif data ?
Post Reply