Is it possible to use the Python wrappers for GDCM to decode the image data in a DICOM file?
I have a byte array
/ string
with the bytes
of the image data in a DICOM file (i.e. the contents of tag 7fe0,0010
("Pixel Data")) and I want to decode the image to something raw RGB or greyscale.
I am thinking of something along the lines of this but working with just the image data and not a path to the actual DICOM file itself.