No respones for ModifyDate for tif file

Started by siamak, January 06, 2014, 10:42:03 PM

Previous topic - Next topic

siamak

I use exiftool -s -s -s -exif:ModifyDate file in my programs. It works on NEF as well as JPG and reports the date. But, in tif files only blank. I can see all dates when ask to show all values of the tags. checking it with -G1 switch it shows that Modification Date is in System rather ID block. I tried without -s and no luck. Do I missing something?
These tif images are scanned.

siamak

I found the solution! I guess with tif files I need to add Change ModifyDate to FileModifyDate. Strange in NEF and jpg it does not need it!

Phil Harvey

The FileModifyDate is a filesystem property, and isn't stored in the file itself.  An EXIF compliant TIFF image should contain EXIF:ModifyDate, but a non-EXIF TIFF may not.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).