suyashkumar / dicom

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

Parse: If transfer syntax is missing, attempt to infer it by peeking next 100 bytes. #330

Closed suyashkumar closed 1 month ago

suyashkumar commented 1 month ago

This PR attempts to infer missing transfer syntax in dicoms during Parse.

Specifically:

I was able to successfully test using some test data from #327, but I need to do some more investigation to see if we can safely add those to our test files (licensing and otherwise).

Things to consider in the future: