如何使用java读取和写入tiff图像
如果有人知道如何做到这一点,请帮忙:-( 我想看到一个非常简单且有效的代码。
If anyone knows how to do this, please help :-(
I want to see a very simple code that works.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用支持 TIFF 的 ImageIO。
Use ImageIO which supports TIFF.
我刚刚在另一个线程中找到了这个:
无法使用 Java ImageIO 标准库读写 TIFF 图像文件
看起来它没有使用 ImageIO 库。
I just found this in another thread:
Can't read and write a TIFF image file using Java ImageIO standard library
Looks like it doesn't use the ImageIO library.