10 releases

0.6.2 Nov 21, 2023
0.6.0 Jul 23, 2023
0.5.4 Dec 12, 2022
0.5.3 Oct 23, 2022
0.5.0-rc.1 Nov 18, 2021

#1945 in Command line utilities

Download history 61/week @ 2023-12-11 49/week @ 2023-12-18 2/week @ 2023-12-25 136/week @ 2024-01-01 253/week @ 2024-01-08 174/week @ 2024-01-15 175/week @ 2024-01-22 206/week @ 2024-01-29 138/week @ 2024-02-05 250/week @ 2024-02-12 234/week @ 2024-02-19 245/week @ 2024-02-26 220/week @ 2024-03-04 189/week @ 2024-03-11 144/week @ 2024-03-18 108/week @ 2024-03-25

669 downloads per month
Used in 5 crates (4 directly)

MIT/Apache

2.5MB
37K SLoC

DICOM-rs dump

CratesIO Documentation

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

~6–15MB
~168K SLoC