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