Skip to content

Files

Latest commit

8630023 · Dec 14, 2018

History

History
14 lines (9 loc) · 318 Bytes

image-metadata.md

File metadata and controls

14 lines (9 loc) · 318 Bytes

Editing photos metadata

You can do it in one line in the Terminal using jhead.

For example, adjust all EXIF times forward by 1 hour:

jhead -ta+1:00 *.jpg

Useful links:

jhead download page

jhead documentation