Enet4 / dicom-rs

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

Encoding to RLE lossless #287

Open Enet4 opened 1 year ago

Enet4 commented 1 year ago

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.