Created
June 9, 2015 21:41
-
-
Save ward/9f894fb37efd24d8c939 to your computer and use it in GitHub Desktop.
exiftool stuff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Changes the metadata of all the dates to the modify date in the filesystem | |
# The -P keeps the modify date itself intact | |
exiftool -P -"filemodifydate>alldates" SOMEFILE.jpg | |
# Show date related metadata | |
exiftool -alldates SOMEFILE.jpg | |
# Show file modified date | |
exiftool -filemodifydate SOMEFILE.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment