tiff

Can't read and write a TIFF image file using Java ImageIO standard library

旧巷老猫 提交于 2019-11-26 01:36:33
问题 I don\'t know what to do with TIFF images, but I can\'t read or write any of them using straight Java standard ImageIO library. Any thoughts? Thanks. 回答1: If you don't like or can't use JAI for any reason I have written a TIFF ImageReader plugin for ImageIO, available on GitHub. It is pure Java and does not need any native installs, and comes with a very friendly open source license (BSD). It supports any baseline TIFF option, along with a lot of standard extensions. From version 3.1 the TIFF