I am a medical professional & a hobbyist coder.
I recently wrote a very simple DICOM viewer in pure javascript / HTML5, which works entirely on javascript
I want to parse a DICOM file with pixelData in 16 bit JPEG 2000 format.
I managed to get the pixelData into arraybuffer. Now want to convert the data into raw RGB (typed array) .
I tried your sources from
https://github.com/OHIF/image-JPEG2000. But it is not working as written in the readme file.
Can you help? { parse pixeldata in 16 bit JPEG 2000 format as arraybuffer - In very simple codes}