Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 64 位 Windows 机器上读取 Java 中的 TIF 图像。我想使用我能使用的所有内存,因为文件会很大,所以 32 位 JAI 选项不起作用。
是否有另一个可以读取 TIF 文件的开源或免费 Java 软件包?
我查看了 javax.imageio.ImageIO ,但除非我阅读的文档已过时,否则该类似乎只处理 GIF、JPEG、PNG、WBMP 和 BMP。
谢谢
为了使用 ImageIO 读取 .tiff 图像,您需要一个支持此类型的读取器实现。JAI 发行版提供的 jai_imageio.jar 中有一个。