Enet4 / dicom-rs

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

Add DecodedPixelData::to_owned and Clone for DecodedPixelData #419

Closed Enet4 closed 9 months ago

Enet4 commented 9 months ago

This makes decoded pixel data easier to work with, as it enables the easy decoupling from the original DICOM object.

Summary