cornerstonejs / cornerstone

JavaScript library to display interactive medical images including but not limited to DICOM
https://docs.cornerstonejs.org/
MIT License
2.04k stars 598 forks source link

Is there a loader for raw jpeg2000 files? #570

Open MaksimShymko opened 2 years ago

MaksimShymko commented 2 years ago

I'm trying to find a way to load jpeg2000 files to the cornerstone.

Does an official loader for jpeg2000 exist?

I see that cornerstoneWADOImageLoader uses related logic but in a very complex way, because of DICOM files.

Is it possible to reuse only logic related to jpeg2000 files and don't reimplement it from scratch? Maybe there is an example?