Enet4 / dicom-rs

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

Bulk image conversion of DICOM files to a directory #343

Open Enet4 opened 1 year ago

Enet4 commented 1 year ago

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

Example of use:

mkdir -p outdir
dicom-toimage my/dicom/files/ -d outdir -t png