9 个版本
新 0.7.1 | 2024 年 8 月 13 日 |
---|---|
0.7.0 | 2024 年 4 月 25 日 |
0.2.2 | 2023 年 10 月 31 日 |
0.2.0 | 2023 年 7 月 23 日 |
0.1.1 | 2022 年 7 月 19 日 |
2233 在 命令行工具 中排名
每月 142 次下载
2.5MB
36K SLoC
DICOM-rs toimage
一个将 DICOM 图像文件转换为通用图像文件(例如 PNG)的命令行工具。
此工具是 DICOM-rs 项目的一部分。
用法
dicom-toimage [OPTIONS] <FILES>...
Arguments:
<FILES>... Paths to the DICOM files (or directories) to convert
Options:
-r, --recursive Parse directory recursively
-o, --out <OUTPUT> Path to the output image, including file extension (replaces input extension with `.png` by default)
-d, --outdir <OUTDIR> Path to the output directory in bulk conversion mode, conflicts with `output`
-e, --ext <EXT> Extension when converting multiple files (default is to replace input extension with `.png`)
-F, --frame <FRAME_NUMBER> Frame number (0-indexed) [default: 0]
--8bit Force output bit depth to 8 bits per sample
--16bit Force output bit depth to 16 bits per sample
--unwrap Output the raw pixel data instead of decoding it
--fail-first Stop on the first failed conversion
-v, --verbose Print more information about the image and the output file
-h, --help Print help
-V, --version Print version
依赖项
~15–22MB
~248K SLoC