We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the tool only supports reading and converting a single file at a time.
-f
-t
-D
--out-dir
dicom-storescu
Example of use:
mkdir -p outdir dicom-toimage my/dicom/files/ -d outdir -t png
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
@abroy77 Right, thank you for bringing it up. There are a few other easy issues I can curate and expand.
No branches or pull requests
Currently the tool only supports reading and converting a single file at a time.
-f
or-t
).-D
or--out-dir
) to specify the target directory to write all image files to.dicom-storescu
. When doing this, the two options above are required.Example of use:
The text was updated successfully, but these errors were encountered: