将 JPEG 2000 转换为 JPEG
如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://code.google.com/p/jj2000/
http://code.google.com/p/jj2000/