tags:

views:

86

answers:

1

Hello!
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.

A: 

I've looked myself in the past but not found one. I would suggest looking at an open source project such as http://sourceforge.net/projects/image-tagger/ and see how they do it.

samblake
As I understand, Image-tagger uses ExifTool, which is written in Perl and needs Perl installed, right? If yes, then it is not suitable in my case, as my application should rely only on installed JRE.
Storm