Inserting exposure metadata into scanned photographs
June 18, 2008 6:13 PM
Subscribe
Is it possible to (and how would you) add shutter speed, f-stop, ISO, lens, and camera metadata to scanned files saved in a .psd format?
I have photoshop, lightroom, and bridge. I know how to add tags and change the usual metadata stuff. I just can't figure out how to change these particular fields when they aren't written into the file to begin with as they are with DSLR files.
posted by ztdavis to media & arts (3 comments total)
4 users marked this as a favorite
If you do go with the command line, you'll need to look up the tag names here. Exif is the standard format for image meta-data, so you should choose tags from that group whenever possible. Some of the settings you're interested in may be manufacturer specific, though. If so, you'll also need to specify which manufacturer's format you're using, which you do by choosing the right group from the list and using it as a prefix for the tag name you're setting. So you write meta-data to files like so:
exiftool myimage.psd -ISO=125 -Canon:LensType=131
I should probably point out that I haven't actually tried this, but it looks like it should work. I'm more confident that the exif tags will stick than the manufacturer specific ones.
posted by xchmp at 7:04 PM on June 18