Created
June 8, 2014 06:09
-
-
Save ciastek/4f37888d82b805848cd2 to your computer and use it in GitHub Desktop.
JPG+EXIF, add timezone info
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
EXIF doesn't support timezone info, but XMP do. | |
Add XMP tag with timezone info based on EXIF tag: | |
$ exiftool '-xmp:dateTimeOriginal<${CreateDate}+02:00' dir-with-images |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment