获取和安装最新 JAI java 库时遇到问题

发布于 2024-11-13 04:33:25 字数 250 浏览 2 评论 0原文

我有几个问题。我正在尝试在 PC 上的 Eclipse 上安装 Java JAI 库,以便我可以创建一个独立的桌面应用程序来将 TIFF 文件转换为 JPEG。我搜索并找到了有关如何执行此操作的链接,但一半已损坏或非常旧,我不确定哪个是最新的。 Oracle 站点没有任何帮助,并且包含指向不存在的下载页面的链接。非常感谢任何帮助。

我的第二个问题是这个库是否可以在 Mac 上运行,如果可以,我该如何安装它以便我的代码可以在 Mac 上运行。

谢谢你!

I have a couple of questions. I'm trying to install Java JAI libraries on my Eclipse on a PC so that I can create a standalone desktop application to convert TIFF files to JPEGs. I've searched and found links about how to do it but half are broken or very old and I'm not sure which one is the latest. Oracle site is no help and has links to download pages that don't exist. Any help is much appreciated.

Second question I have is will this libary work on a Mac and if so how do I install it there so that my code would work on a Mac.

Thank you!

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

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

发布评论

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

评论(1

杀手六號 2024-11-20 04:33:25

JAI 是原生的(用 c 或 c++ 编写)。这意味着您必须注意您的应用程序在哪个平台上运行,是 32 位还是 64 位等。对于每个平台,您都需要单独的 JAI 库。
检查 java 的 javax.imageio.ImageIO 实用程序是否支持 tiff。如果是这样,您可以简单地读取 tiff,然后将其另存为 jpeg。 ...我再次不确定这是否有效,但值得尝试

JAI is native (written in c or c++). That means that you have to take care on which platform your application is running, is it 32bit or 64bit, etc. for each platform you need separate JAI library.
Check if java's javax.imageio.ImageIO utility supports tiff. If it does, you can simply read your tiff, then save it as jpeg. ... again i am not sure if this will work, but it is worth trying

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