potentially yes using EXIFTOOL. The system create and modify dates may be distinct from other image file properties that have been retained because they are not modified normally by the OS. It depends on the devices that were used to take the pictures and what is stored. Download and install this tool:
http://www.sno.phy.queensu.ca/~phil/exiftool/Once installed, run the following in terminal:
- Code: Select all
exiftool [path to image file]
in terminal. You will see the EXIF data and various date properties. Perhaps something like Create Date (different from file creation date) or Date/Time Original will have the retained image property values. If so, I have written a series of scripts that I use with hazel to modify the file create and modify dates to match these properties so as to retain the original values. Let me know and I can send them to you.