Any ideas for open-source libraries, with Apache or similar license, for reading and writing TIFF files in Java 5 (Preferably with the AWT image-processing libraries, including ImageIO.)
I'm aware that Java 6 is supposed to support TIFF. I know about Sun's JAI implementation, but that license doesn't work for the company I work at; and Asprise, but that is a commercial product. Sanselan looks good, but that is not yet a released product.
Any recommendations for a another TIFF-reader implementation?