11 releases

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

#2572 in Command line utilities

Download history 136/week @ 2024-02-02 223/week @ 2024-02-09 230/week @ 2024-02-16 247/week @ 2024-02-23 230/week @ 2024-03-01 197/week @ 2024-03-08 150/week @ 2024-03-15 117/week @ 2024-03-22 136/week @ 2024-03-29 165/week @ 2024-04-05 271/week @ 2024-04-12 252/week @ 2024-04-19 232/week @ 2024-04-26 331/week @ 2024-05-03 448/week @ 2024-05-10 580/week @ 2024-05-17

1,718 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
~228K SLoC