We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
Freeimage 应该相当容易在 Java 中使用 - 我已经在 C# 和 VB6 中使用过它。
开源图像库的唯一问题是它们无法读取许多商业扫描仪创建的 JPEG 编码 Tiff(来自 TIFF 6.0 标准),尤其是脏图像。
Libtiff可以重新编译来支持它,但我从未尝试过。
Freeimage should be fairly easy to use from Java - I've used it from C# and VB6.
The only problem with open source image libraries is that they cannot read the JPEG encoded Tiffs (from the TIFF 6.0 standard) that a lot of the commercial scanners create especially with a dirty image.
Libtiff can be recompiled to support it, but I have never tried it.
您应该能够使用 iText读/写 tiff。
You should be able to use iText to read/write tiffs.