11 releases

new 0.7.0 Apr 25, 2024
0.6.2 Nov 21, 2023
0.6.1 Aug 26, 2023
0.6.0 Jul 23, 2023
0.5.0-rc.1 Nov 18, 2021

#2557 in Command line utilities

Download history 192/week @ 2024-01-02 246/week @ 2024-01-09 186/week @ 2024-01-16 136/week @ 2024-01-23 190/week @ 2024-01-30 170/week @ 2024-02-06 256/week @ 2024-02-13 239/week @ 2024-02-20 223/week @ 2024-02-27 209/week @ 2024-03-05 195/week @ 2024-03-12 138/week @ 2024-03-19 89/week @ 2024-03-26 165/week @ 2024-04-02 194/week @ 2024-04-09 241/week @ 2024-04-16

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

MIT/Apache

2.5MB
38K 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

~7–17MB
~212K SLoC