Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
becki:linux:graphics_processing [2019-11-05 14:31] becki [Rename files and set file timestamps according to the Exif create timestamp] |
becki:linux:graphics_processing [2019-11-06 09:45] (aktuell) becki [Set the Exif create timestamp] |
||
---|---|---|---|
Zeile 11: | Zeile 11: | ||
Useful mainly when the timestamp is missing (e.g. in images coming from Whatsapp). | 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 56: | 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 == | ||