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

Bulk image conversion of DICOM files to a directory #343

Closed
Enet4 opened this issue May 3, 2023 · 2 comments
Closed

Bulk image conversion of DICOM files to a directory #343

Enet4 opened this issue May 3, 2023 · 2 comments
Labels
A-tool Area: tooling C-toimage Crate: dicom-toimage good first issue

Comments

@Enet4
Copy link
Owner

Enet4 commented May 3, 2023

Currently the tool only supports reading and converting a single file at a time.

  • The tool would need two new CLI options:
    • One to override the intended target image format through a separate option (e.g. -f or -t).
    • (-D or --out-dir) to specify the target directory to write all image files to.
  • Then, it should be possible to pass one or more files and/or directories, like in dicom-storescu. When doing this, the two options above are required.

Example of use:

mkdir -p outdir
dicom-toimage my/dicom/files/ -d outdir -t png
@Enet4 Enet4 added good first issue A-tool Area: tooling C-toimage Crate: dicom-toimage labels May 3, 2023
@Enet4 Enet4 changed the title Bulk conversion of DICOM files to a directory Bulk image conversion of DICOM files to a directory Jul 23, 2023
@abroy77
Copy link

abroy77 commented Nov 8, 2024

hello, I'm looking for new good first issues to tackle. this one seems like it was addressed in #518. is that correct? Thank you!

@Enet4
Copy link
Owner Author

Enet4 commented Nov 9, 2024

@abroy77 Right, thank you for bringing it up. There are a few other easy issues I can curate and expand.

@Enet4 Enet4 closed this as completed Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tool Area: tooling C-toimage Crate: dicom-toimage good first issue
Projects
None yet
Development

No branches or pull requests

2 participants