Java API for marking TIFF files

Is there an open source Java API for marking TIFF image files?

+3
source share
2 answers

I think Apache Commons Sanselan can meet your needs.

http://commons.apache.org/imaging/

+4
source

There is also a Java 2D API for manipulating various images and drawing graphics.

http://java.sun.com/docs/books/tutorial/2d/index.html

0
source

Source: https://habr.com/ru/post/1706317/


All Articles