Apologies if we've discussed this before (if so, it's been long enough that I've forgotten).
- The project https://github.com/jai-imageio (jai-imageio-core and jai-imageio-jpeg2000) is the closest thing we have to an official place for the JAI ImageIO codebase.
- I notice this repository is described as "OME Java ImageIO fork (deprecated)". What is the plan for moving away from this component?
- Would it make sense to switch OME dependencies to
com.github.jai-imageio:jai-imageio-core and com.github.jai-imageio:jai-imageio-jpeg2000 rather than continuing to maintain this deprecated fork?
- For what it's worth, the SCIFIO project made the switch in early 2024 with scifio/scifio@d5dfe9a. There were very small (<1e-5) differences in JPEG2000 compression test results.
- Looking at the jai-imageio people, I notice that @sbesson, @jburel and @mtbc are co-owners already, and no one has pushed any changes to the jai-imageio repositories in ~5 years, so we should be free to push any needed fixes to complete the switch, no?
- Are there any licensing/patent reasons that could impede continuing use of the ImageIO/JPEG2000 codebase?
Edit: it looks like this fork of JJ2000 has significantly improved the code... has anyone tried it?
Apologies if we've discussed this before (if so, it's been long enough that I've forgotten).
com.github.jai-imageio:jai-imageio-coreandcom.github.jai-imageio:jai-imageio-jpeg2000rather than continuing to maintain this deprecated fork?Edit: it looks like this fork of JJ2000 has significantly improved the code... has anyone tried it?