在 Java 中读/写 Tiff

发布于 2024-07-18 10:18:39 字数 1542 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

删除会话 2024-07-25 10:18:39

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.

别在捏我脸啦 2024-07-25 10:18:39

您应该能够使用 iText读/写 tiff。

You should be able to use iText to read/write tiffs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文