Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for JPEG-LS #640

Open
tillmon opened this issue Mar 11, 2019 · 1 comment
Open

Support for JPEG-LS #640

tillmon opened this issue Mar 11, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@tillmon
Copy link

tillmon commented Mar 11, 2019

Daikon supports JPEG-LS. Maybe it can be integrated. Alternative Daikon could be used for all decoding.

@ivmartel
Copy link
Owner

From Daikons' jpeg-ls.js#L1, the decoding is done via cornerstonejs/charls which is an emsripten build of team-charls/charls, a C++ JPEG-LS library implementation. I have to dig more to understand what are the modifications people from Daikon made to charls, but I think I would prefer to use cornerstonejs/charls directly.

And just as a ref: Lossless_JPEG#JPEG-LS on wikipedia.

@ivmartel ivmartel added the enhancement New feature or request label Mar 12, 2019
@ivmartel ivmartel added this to the Future milestone Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants