12 个版本
新版本 0.7.1 | 2024 年 8 月 13 日 |
---|---|
0.7.0 | 2024 年 4 月 25 日 |
0.6.2 | 2023 年 11 月 21 日 |
0.6.0 | 2023 年 7 月 23 日 |
0.5.0-rc.1 | 2021 年 11 月 18 日 |
#2565 在 命令行工具 中
1,120 每月下载量
在 5 个crate中使用(直接使用4个)
2.5MB
39K SLoC
DICOM-rs dump
一个命令行工具,通过以人类可读的格式打印来检查 DICOM 文件的内容。
还有一个用于转储 DICOM 对象的编程 API。如果您打算仅将 dicom-dump
作为库使用,您可以禁用 cli
Cargo 功能。
此工具是 DICOM-rs 项目的一部分。
使用方法
dicom-dump [FLAGS] [OPTIONS] <files>...
FLAGS:
--fail-first fail if any errors are encountered
-h, --help Prints help information
--no-text-limit whether text value width limit is disabled (limited to `width` by default)
-V, --version Prints version information
OPTIONS:
--color <color> color mode [default: auto]
-w, --width <width> the width of the display (default is to check automatically)
ARGS:
<files>... The DICOM file(s) to read
依赖项
~8–19MB
~250K SLoC