Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[parent] Re-export more Cargo features from pixeldata #469

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

Enet4
Copy link
Owner

@Enet4 Enet4 commented Mar 10, 2024

This exposes Cargo features image and ndarray from dicom-pixeldata to the parent crate. This will make it possible to use pixel data image and ndarray conversion capabilities through dicom like the example TOML below, hopefully preventing confusions similar to #465.

dicom = { version = "0.7", features = ["image", "ndarray"] }

@Enet4 Enet4 added enhancement A-lib Area: library C-parent Crate: dicom (parent library) labels Mar 10, 2024
@Enet4 Enet4 added this to the DICOM-rs 0.7 milestone Mar 13, 2024
@Enet4 Enet4 merged commit 2859b68 into master Mar 20, 2024
4 checks passed
@Enet4 Enet4 deleted the imp/parent/more-features branch March 20, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lib Area: library C-parent Crate: dicom (parent library) enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant