(This is really for my own reference!) I really like Flickr, but want to hide some of the Exif information that my camera adds to pictures (but show the actual camera model). Who needs to know what my camera’s serial number is - apart from me?
So:
- I downloaded a port of http://www.exiv2.org for the Macbook, and compiled it.
- Created the following settings file (exiv.set, for example):
set Exif.Canon.OwnerName "Simon Davies"
set Exif.Canon.SerialNumber 0
set Exif.Image.Artist "Simon Davies"
- then whenever I upload some pics, I run the following:
exiv2 -m ~/exiv.set *.JPG