Image metadata tools
If you've ever labored under the wish that you could easily extract, edit, or read that wonderful data embedded in your image files, you're not alone. There are lots of reasons to work with the embedded metadata in your image or other media files. For instance, you may want to keep records about your collections or display the file size and pixel dimensions of images in your collection. Much of this data exists in tags embedded in image files. Some data formats you might see in your images include EXIF, XMP, IPTC-IIM. Each format has its own set of attributes and a lot of those attributes overlap.
Part of our work with the National Digital Newspaper Program is to deliver valid metadata and image files to the Library of Congress. I recently used two command line tools to read and edit the embedded metadata in these files. You can read and write image metadata using Photoshop but for various reasons I needed a command-line tool (you can email me if you're interested in why). Both ExifTool and Exiv2 met my criteria:Screen shot of output from both tools (Exiv2 left, ExifTool right)Image
- free
- well documented
- Unix and Windows OS compatible
- read and write multiple metadata formats
- command-line operable
(html)