Enet4 / dicom-rs

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

Encoders need a way to specify frames and attribute changes #293

Closed Enet4 closed 1 year ago

Enet4 commented 1 year ago

In v0.5, the pixel data encoder interface was adjusted so that encoding options could be specified by the consumer. There are still a few limitations:

Version 0.6 should bring changes to the PixelRWAdapter interface to fulfill these requirements.

Enet4 commented 1 year ago

Resolved by #361.