ivmartel / dwv

DICOM Web Viewer: open source zero footprint medical image library.
https://ivmartel.github.io/dwv/
GNU General Public License v3.0
1.61k stars 588 forks source link

wip: Update jpeg decoder. #1657

Open emilio opened 2 months ago

emilio commented 2 months ago

I was trying to see an xray that I got recently (happy to email it privately if it helps), which fails to decode on the demo with:

JPX Error: Unsupported COD options (selectiveArithmeticCodingBypass) jpx.js:339:23

So this tries to update to openjpeg via https://github.com/mozilla/pdf.js/pull/17946, which should support it. However:

I don't think I'll have time to finish this, but posting it here in case it saves someone time or someone has the time to finish it up.

Thanks.