Enet4 / dicom-rs

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

[toimage] Implement --unwrap option #416

Closed Enet4 closed 9 months ago

Enet4 commented 10 months ago

This provides a way to extract the pixel data from a DICOM file without decoding it, even when it is encapsulated.

Summary