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 onl
The Apache Commons Imaging (formerly sanselan) has added support for writing IPTC metadata in the svn repo code for their next release. I have verified that this is so in the latest trunk code checked out from svn repo. The code seems stable so I am hoping a release is not too far away. For my project this is good enough.