Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
becki:linux:graphics_processing [2017-11-19 18:41] becki [Adjust Exif Timestamp] |
becki:linux:graphics_processing [2019-11-06 09:45] (aktuell) becki [Set the Exif create timestamp] |
||
---|---|---|---|
Zeile 5: | Zeile 5: | ||
jhead is available at www.slackbuilds.org. The manual for jhead is [[http://www.sentex.net/~mwandel/jhead/usage.html|here]]. | jhead is available at www.slackbuilds.org. The manual for jhead is [[http://www.sentex.net/~mwandel/jhead/usage.html|here]]. | ||
+ | ===== Set the Exif create timestamp == | ||
+ | |||
+ | exiv2 --Modify "set Exif.Photo.DateTimeOriginal 2019:10:07 09:51:18" image.jpg | ||
+ | | ||
+ | Useful mainly when the timestamp is missing (e.g. in images coming from Whatsapp). | ||
+ | |||
+ | List of the exif [[https://www.exiv2.org/tags.html|tags]] | ||
===== Rename files and set file timestamps according to the Exif create timestamp == | ===== Rename files and set file timestamps according to the Exif create timestamp == | ||
Zeile 50: | Zeile 57: | ||
jhead -cl 'comment text' image.jpg - Insert Comment directly | jhead -cl 'comment text' image.jpg - Insert Comment directly | ||
+ | ===== Delete comment == | ||
+ | |||
+ | exiv2 --Modify "del Exif.Photo.UserComment" *.jpg | ||
===== Rotate an Image == | ===== Rotate an Image == | ||