将 JPEG 2000 转换为 JPEG

发布于 2024-11-30 02:00:02 字数 199 浏览 1 评论 0原文

如何在 Java 中将 JPEG 2000 转换为 JPEG?我有一个生物识别系统,可以获取指纹和用户的 ID 号,然后通过网络服务发送以验证用户。如果用户已通过验证,我会以字节 [] 的形式返回图像。现在我返回的 byte[] 是 JPEG 2000 格式,我需要在我的应用程序中显示它,但我需要显示 jpeg。我需要知道如何将其转换为 jpeg 2000。

谢谢。

How do I convert JPEG 2000 to JPEG in Java? I have a biometric system that gets a fingerprint and and the user's ID number and the send it through the web service to verify the user. If a user has been verified I get back an Image in the form of a byte[]. Now The byte[] I get back is in JPEG 2000, I need to display it in my application, but i need to display a jpeg. I need to know How I can convert that to jpeg 2000.

Thanks.

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

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

发布评论

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

评论(1

泪之魂 2024-12-07 02:00:02

http://code.google.com/p/jj2000/

这个项目是一个用纯Java编写的JPEG 2000编码器/解码器。它的目标是(至少)成为 JPEG 2000 规范第 1 部分的参考实现。

http://code.google.com/p/jj2000/

This project is a JPEG 2000 encoder/decoder written in pure Java. Its goal is to be a reference implementation of (at least) part 1 of the JPEG 2000 specification.

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