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
Next revision Both sides next revision
links:photo [2015/12/30 14:29]
jdg [ExifTool]
links:photo [2016/01/18 09:25]
jdg [Get EXIF and Set Creation DateTime]
Line 27: Line 27:
  
 ==== Get EXIF and Set Creation DateTime ==== ==== Get EXIF and Set Creation DateTime ====
-<​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/pages/links/photo.txt · Last modified: 2019/03/06 07:33 (external edit)