
Journal toby's Journal: manipulating EXIF 1
Download and build the exiftags software.
Fix error in image timestamps due to wrong time zone setting on camera (in this case, +16 hours):
find IMAGE-DIR -name \*.jpg -print0 |xargs -0
Add copyright notice:
find IMAGE-DIR -name \*.jpg -print0 |xargs -0
(Substituting correct directory path in each case.)
Thanx for the tip... (Score:1)