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

Open
Enet4 opened this issue May 3, 2023 · 0 comments
Open

Bulk image conversion of DICOM files to a directory #343

Enet4 opened this issue May 3, 2023 · 0 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
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

1 participant