Java Advanced Imaging api 是否有本地实现版本?
是否有 java 高级成像 api 的本机实现?我们目前正在使用 jar 文件
1-jai_core-1.1.3.jar
和
2-jai_codec-1.1.3.jar
我听说有一个用本机代码编写的此 api 的实现,运行速度更快,但在乱七八糟的是Oracle的网站。
有什么想法吗?
Is there a native implementation of the java advanced imaging api? We currently are using the jar files
1-jai_core-1.1.3.jar
and
2-jai_codec-1.1.3.jar
I have heard there is an implementation of this api written with native code that runs much faster but cannot find it on the mess that is Oracle's website.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有适用于 Windows、Linux 和 Solaris 的本机 JAI 扩展:http:// download.java.net/media/jai/builds/release/1_1_3/
它们的运行速度确实要快得多。 AFAIK OSX 没有本机扩展。
There are native JAI extensions for Windows, Linux and Solaris available here: http://download.java.net/media/jai/builds/release/1_1_3/
They do run a lot faster. AFAIK there are no native extensions for OSX.