Skip to content

Commit 8630023

Browse files
authored
Create image-metadata.md
1 parent 3ba463c commit 8630023

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

general/image-metadata.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Editing photos metadata
2+
3+
You can do it in one line in the Terminal using `jhead`.
4+
5+
For example, adjust all EXIF times forward by 1 hour:
6+
```
7+
jhead -ta+1:00 *.jpg
8+
```
9+
10+
Useful links:
11+
12+
[jhead download page](http://www.sentex.net/~mwandel/jhead/)
13+
14+
[jhead documentation](http://www.sentex.net/~mwandel/jhead/usage.html)

0 commit comments

Comments
 (0)