Page 1 of 1

Test for File has EXIF information

PostPosted: Mon Oct 31, 2022 2:28 am
by h.it
Hello,

How to find out if an image or video has EXIF information?
I moved all these files into a special folder, called NOExif

I am trying these conditions:
Document Container = "NoExif" did not work, despite the fact that the doc says "Containing folder of item"
ExifVersion is blank seems to work but I fear that some files with EXIF information have an empty version.
DateTaken (Hazel) = 01.01.0001

Any better tips?

Garry

Re: Test for File has EXIF information

PostPosted: Mon Oct 31, 2022 9:32 am
by Mr_Noodle
I don't know what this "Document Container" thing is you are referring to. If you want something bulletproof, your best bet would be a script which can parse the file and check if the required EXIF data is actually embedded.