suyashkumar / dicom

⚡High Performance DICOM Medical Image Parser in Go.
MIT License
920 stars 133 forks source link

Added optional support for JPEG-LS, JPEG and JPEG2000 transfer syntaxes. #290

Closed luongthanhlam closed 8 months ago

luongthanhlam commented 9 months ago

This PR adds logic to parse pixel data using CharLS/OpenJPEG/DCMTK if it can be imported. Tested on some compressed MR, CT and X-ray data.