Enet4 / dicom-rs

Rust implementation of the DICOM standard
https://dicom-rs.github.io
Apache License 2.0
416 stars 81 forks source link

Fix error when decoding data without VoiLut with GDCM #514

Closed dougyau closed 4 months ago

dougyau commented 5 months ago

When a decoding a dicom without voilut, it will throw an error. This fix handles this situation and defaults to None.