User Tools

Site Tools


Writing /var/www/html/john.de-graaff.net/webroot/wiki/data/cache/d/dd66c8330ad64f281a9e306487283557.metadata failed
links:photo
Writing /var/www/html/john.de-graaff.net/webroot/wiki/data/cache/b/bf111e76e59a388c9525e3ec822a9d12.xhtml failed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
links:photo [2015/12/30 14:29]
jdg [Get EXIF and Set Creation DateTime]
links:photo [2019/03/06 07:33] (current)
Line 28: Line 28:
 ==== Get EXIF and Set Creation DateTime ==== ==== Get EXIF and Set Creation DateTime ====
  
-  * use ImageMagick tool to read EXIF in JPG file \\ <​code>​+  * use [[http://​www.imagemagick.org/​Usage/​photos/​|ImageMagick]] tool to read EXIF in JPG file \\ <​code>​
 > identify -verbose IMG_8148.JPG | grep DateTimeOriginal > identify -verbose IMG_8148.JPG | grep DateTimeOriginal
     exif:​DateTimeOriginal:​ 2015:11:09 17:18:55     exif:​DateTimeOriginal:​ 2015:11:09 17:18:55
 </​code>​ </​code>​
 +  * [[http://​www.sno.phy.queensu.ca/​~phil/​exiftool/​|exiftool]] (not part of ImageMagick)
 +    * {{:​links:​exiftool.txt|manual}}
 +    * <​code>​
 +# example
 +exiftool "​-FileName<​CreateDate"​ -d "​%Y%m%d_%H%M%S.%%e"​ DIR
 +# keep original filename:
 +exiftool '​-FileName<​CreateDate'​ -d d%Y%m%d-%H%M%S-%%f.%%e DIR
 +</​code>​
 +    * http://​search.cpan.org/​dist/​Image-ExifTool/​
/var/www/html/john.de-graaff.net/webroot/wiki/data/attic/links/photo.1451482198.txt.gz ยท Last modified: 2019/03/06 07:33 (external edit)