Java library for reading and writing IPTC metadata to JPEG and TIFF
问题 Does anyone know some opensource Java library for reading and writing IPTC metadata to JPEG and TIFF? Now I'm using Apache Sanselan. Unfortunately, it can only read IPTC, not write (http://commons.apache.org/sanselan/formatsupport.html). Will be very grateful for your assistance. Denis. 回答1: Take a look at IIM4J. Use IIMWriter to write IPTC IIM tags into (jpeg) images. 回答2: The Apache Commons Imaging (formerly sanselan) has added support for writing IPTC metadata in the svn repo code for