The system I'm working on has a feature to extract metadata from JPEG files using the com.drew.metadata package. http://www.drewnoakes.com/code/exif/javadoc/ However that is limited to JPEG files, and now a customer has asked about extracting IPTC from TIF, and possibly other image formats.
Does anyone know about similar APIs to Drew Nokes one, that can extract IPTC from TIF?
Ideally this would be a pure Java approach like the com.drew.metadata one.