Enet4 / dicom-rs

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

Change ReadPreamble::Auto to automatic preamble detection #354

Closed Enet4 closed 1 year ago

Enet4 commented 1 year ago

This makes the default behavior of automatically detecting whether the 128-byte preamble is present, making DICOM object reading functions easier to use.

Summary