使用java将图像导出为JPEG-XR?
很想尝试将 BufferedImages 导出为 JPEG-XR,但找不到导出工具来添加到 java 工作流程。最好有一个 JAI 插件在那里......我用谷歌搜索 关于< /a> 无济于事。希望这里有人能为我们指明在哪里可以找到此类资源的正确方向。
Curious to try out exporting BufferedImages to JPEG-XR, but cannot find an export tool to add to a java workflow. Preferably there is a a JAI plugin out there somewhere... I googled about to no avail. Hopefully someone here can point us in the right direction for where to find this type of resource.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前 Java 中没有公开可用的 JPEG-XR 库。
然而,http://teavuihuang.com/hdphoto/ 是一个 J2ME 应用程序,它似乎支持 JPEG- XR 格式:这看起来是我见过的唯一一个甚至提到支持 JPEG-XR 的 Java 工件。也许如果您联系作者,他可能会被说服放弃他的 JPEG-XR 输出代码:它可能不会与 JAI 兼容,但这将是一个开始。
如果你发现任何东西请告诉我..
There are currently no publicly available JPEG-XR libraries in Java.
However, at http://teavuihuang.com/hdphoto/ is a J2ME app that appears to support the JPEG-XR format: this looks like the only Java artifact I've EVER seen that even mentions support for JPEG-XR. Maybe if you contact the author he may be persuaded to part with his JPEG-XR output code: it probably won't be JAI-compatible, but it'll be a start.
Let me know if you find anything..