Can you explain how to handle compressed DICOM data? I saw some folks refer to an external tool e.g. Gdcm but I have not been able to get that to work.
I see DICOM.jl does not throw an error for compressed data but seems to return the compressed bytes when looking for the PixelData. Is there a way to decompress the data using DICOM.jl (or other Julia tools)? If not perhaps somebody should create a Julia wrapper for GDCM.
Thanks.
Can you explain how to handle compressed DICOM data? I saw some folks refer to an external tool e.g. Gdcm but I have not been able to get that to work.
I see DICOM.jl does not throw an error for compressed data but seems to return the compressed bytes when looking for the
PixelData. Is there a way to decompress the data using DICOM.jl (or other Julia tools)? If not perhaps somebody should create a Julia wrapper for GDCM.Thanks.