View in #htj2k on Slack
@Mohammad_Shoaib: Hi everyone,
Can anyone share the encoding and decoding code for DICOM using HTJ2K compression? I am trying with Python but still facing some issues.
@Bill_Wallace: It is in C++ compiled to WASM in the cornerstonejs codecs projects - inside the openjphjs directory.
@Alireza_Sedghi: https://www.cornerstonejs.org/docs/concepts/progressive-loading/
Progressive Loading | Cornerstone.js
@Chris_Hafey: You can decode from python using the OpenJPEG bindings I believe
Check this out: https://github.com/chafey/HTJ2KResources
chafey/HTJ2KResources