suyashkumar / dicom

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

Support Negative Integers in Native Pixel Data #297

Open suyashkumar opened 11 months ago

suyashkumar commented 11 months ago

Based on the value of Pixel Representation Attribute. In #294 we introduced a check that returns an error for signed pixel data with values that are negative.