Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top