How can I display tif graphics in my Java applet?
Created May 4, 2012
delfim martins A few options to solve this problem
- JIMI (Java Image Mangagement Interface) at http://java.sun.com/products/jimi
- JAI (Java Advanced Imaging) at http://java.sun.com/products/java-media/jai
- Lizard's TIFF Library at http://www.lizardworks.com/java.html
It is up to you which one to choose. They are all very good.