Re: Preserve EXIF while conversation from TIF to TIF/TIF to JPG
Posted: 2019-08-05T09:24:31-07:00
If you feel this is a bug or needs enhancement, then write to the Bugs or Developers forum.
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=36378
Code: Select all
magick input.tiff output.tiff
exiftool -overwrite_original -TagsFromFile input.tiff output.tiff
The TIFF delegate library has support for EXIF but we found it to be buggy. It often caused faults and exposed a security vector. We eventually disabled EXIF. Until we see improved support for EXIF in the TIFF delegate library, you will instead need to rely on post EXIF tools to copy, edit, or inject EXIF data.