Replies: 2 comments
-
Pydicom does no image processing itself. The decompression of image data is done by third-party libraries, and apart from providing helper functions for applying modality and VOI LUT, there is no handling of the image data itself in pydicom. Using |
Beta Was this translation helpful? Give feedback.
-
There is some discussion and sample code available here: pydicom/deid#201 |
Beta Was this translation helpful? Give feedback.
-
Hello. Does pydicom handle overlay data held in the high bits of the PixelData?
This is an old (deprecated) method of storing overlays but many images exist in this format.
See Overlay Bit Position Attribute.
I've looked through the source code but I can't find any reference to this.
Beta Was this translation helpful? Give feedback.
All reactions