dicom-rs
dicom-rs copied to clipboard
Encoding to RLE lossless
Decoding pixel data in the RLE lossless transfer syntax is already supported, but support for encoding a native DICOM object into RLE lossless would be nice to have.
This amounts to implementing the encode method of the PixelRWAdapter implementation for RLELosslessAdapter.