suyashkumar / dicom

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

Introduce option to SkipPixelData #255

Closed suyashkumar closed 1 year ago

suyashkumar commented 1 year ago

This introduces an option to SkipPixelData processing, making use of the new reader struct introduced in #254.

See also, review discussion in #243 that helped motivate the changes I wanted to make in #254.

suyashkumar commented 1 year ago

If you're interested in the relative performance impact of this option vs. No options vs. other options see #264