Вопрос

I am new to JAVA. I am working on Image compressions. How can I compress .jpg images with jpeg2000 in JAVA. Does java has any library?

Это было полезно?

Решение

A while back I had to read a jpeg2000 file. What I found was the older version of Java Advanced Imaging (JAI) supported jpeg2000, but the later ones didn't.

Version 1.1 is available here. http://download.java.net/media/jai-imageio/builds/release/1.1/

Link to my post. read jpeg2000 files in java

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top