15 releases
| 0.9.0 | Oct 4, 2025 |
|---|---|
| 0.8.1 | Jul 27, 2025 |
| 0.8.0 | Nov 6, 2024 |
| 0.7.0 | Apr 25, 2024 |
| 0.5.0-rc.1 | Nov 18, 2021 |
#2837 in Command line utilities
5,721 downloads per month
Used in 9 crates
(5 directly)
3MB
43K
SLoC
DICOM-rs dump
A command line utility for inspecting the contents of DICOM files by printing them in a human readable format.
A programmatic API for dumping DICOM objects is also available.
If you intend to use dicom-dump exclusively as a library,
you can disable the cli Cargo feature.
This tool is part of the DICOM-rs project.
Usage
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
Dependencies
~8–23MB
~288K SLoC