Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top