wearemothership / dicom.ts

A small, fast, javascript DICOM renderer
Other
38 stars 13 forks source link

JPEG2000 DICOM - Washed out on native (safari) - fails on wasm openjpeg (e.g. chrome) decoder. #59

Open nickhingston opened 2 years ago

nickhingston commented 2 years ago

https://wearemothership.slack.com/files/U0B1NACH4/F045KRY7LAW/im-0001-0002-0001.dcm

chrome:

Uncaught (in promise) RuntimeError: abort(14). Build with -s ASSERTIONS=1 for more info.
    at abort (openjpeg.js:684:1)
    at 001446da:0x48b25
    at 001446da:0x3501
    at 001446da:0x3ed3
    at 001446da:0xd9c0
    at 001446da:0x103a2
    at 001446da:0x100ec
    at 001446da:0x4980
    at 001446da:0x215b
    at 001446da:0x153a

safari:

Screenshot 2022-10-07 at 11 31 05

interestingly cornerstone does not fail, as it uses similar wasm openjpeg decoder, but does not render correctly - reported dimensions incorrect?