jai-imageio / jai-imageio-jpeg2000

JPEG2000 support for Java Advanced Imaging Image I/O Tools API
Other
73 stars 56 forks source link

Incompatible jj2000 libraries #5

Closed nightcrawler- closed 7 years ago

nightcrawler- commented 8 years ago

Please include the jj2000 library you used for this project

stain commented 8 years ago

The jj2000 reference library was included in the jj2000 package under src/main/java/jj2000/j2k which reflects upstream src/share/classes/jj2000/j2k in jai-imageio-core from java.net -- I am not sure which version of the reference library was used by Oracle.

What is the incompatibility? Is it the package name jj2000 clashing with the actual reference library on your class path? Perhaps it could be moved to the package com.github.jaiimageio.jpeg2000.impl.jj2000 - but this might not be permitted by the restrictive JPEG2000 license.