suyashkumar / dicom

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

Feat: allow custom converter from tag ParseSpecificCharacterSet to encoding names to support non-standard variants #292

Closed segmedmo closed 7 months ago

segmedmo commented 9 months ago

This PR is a workaround to bypass error ParseSpecificCharacterSet: Unknown character set when we process dicom files having non-standard value for tag SpecificCharacterSet (specifically ISO_2022_IR_6)

segmedmo commented 7 months ago

close this pr as we made a fork and we work on that one for better flexibility