Java library for reading and writing IPTC metadata to JPEG and TIFF

stormdb picture stormdb · Oct 3, 2010 · Viewed 12.8k times · Source


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.

Answer

Ben Asmussen picture Ben Asmussen · Oct 31, 2011

Take a look at IIM4J. Use IIMWriter to write IPTC IIM tags into (jpeg) images.