Enet4 / dicom-rs

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

Make openjp2 opt-in #449

Closed Enet4 closed 6 months ago

Enet4 commented 9 months ago

openjpeg-sys provides a good implementation, but requires linking with non-Rust code. openjp2 is written in Rust, but only works in some platforms due to the nature of the code port. Neither of which is ready to be a default implementation.

This PR resolves #446 by requiring consumers to pick a JPEG 2000 implementation.

Summary