Is there an open source Java API to tag TIFF image files?
Perfect! this is exactly what I needed! JAI-IO was not desirable, as it is not "automatically" cross platform.
tellme
2009-04-13 07:48:26
Glad I could help. Good luck with the project.
Uri
2009-04-13 14:06:02
Actually, I jumped the gun - I can fetch all tags, but not update them. I contacted the project owners, and have been informed that while JPEGs tags can be updated, TIFF cannot (at the moment). so its back to the drawing board for me :(
tellme
2009-04-15 08:17:48
Sorry about that... I didn't know about the TIFF limitation.
Uri
2009-04-15 16:15:29
A:
There is also the Java 2D API to manipulates a variety of images and draw graphics.
jasonco
2009-04-13 06:36:55