Maintain EXIF After convert

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
tackd
Posts: 42
Joined: 2013-12-30T07:39:08-07:00
Authentication code: 6789

Maintain EXIF After convert

Post by tackd »

System;
Linux Mint Cinnamon 18.3
ImageMagick 6.8.9-9 Q16 x86_64 2018-09-28

I believe this maintains EXIF for a .tif -> .tif

Code: Select all

-define tiff:exif-properties=true 
Question 1;
Is it possible to Keep all Exif from a 'convert' for;
1) .jpg -> .tif
2) .tif -> .jpg

Question 2;
Is it possible to maintain all 'File' and 'Exif' information below from the original source image,
after a "convert -distort resize" command using IM commands only ?
Original;

Code: Select all

[File]          File Modification Date/Time     : 2018:08:11 20:28:12-07:00
[File]          File Access Date/Time           : 2018:11:07 07:33:55-08:00
[File]          File Inode Change Date/Time     : 2018:11:07 07:33:55-08:00
[EXIF]          Modify Date                     : 2018:08:11 19:28:12
[EXIF]          Create Date                     : 2018:08:11 19:28:12
[EXIF]          Date/Time Original              : 2018:08:11 19:28:12
[Composite]     Create Date                     : 2018:08:11 19:28:12.17
[Composite]     Date/Time Original              : 2018:08:11 19:28:12.17
[Composite]     Modify Date                     : 2018:08:11 19:28:12.17


Regards.
Post Reply