#cli #dicom #dump

bin+lib dicom-dump

A CLI tool for inspecting DICOM files

7 releases

0.5.4 Dec 12, 2022
0.5.3 Oct 23, 2022
0.5.2 Jul 19, 2022
0.5.0 Apr 28, 2022
0.5.0-rc.1 Nov 18, 2021

#2063 in Command line utilities

Download history 5/week @ 2022-11-27 12/week @ 2022-12-04 43/week @ 2022-12-11 28/week @ 2022-12-18 10/week @ 2022-12-25 7/week @ 2023-01-01 11/week @ 2023-01-08 9/week @ 2023-01-15 13/week @ 2023-01-22 25/week @ 2023-01-29 16/week @ 2023-02-05 18/week @ 2023-02-12 24/week @ 2023-02-19 13/week @ 2023-03-05 19/week @ 2023-03-12

58 downloads per month
Used in 2 crates

MIT/Apache

2MB
33K 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

~8.5MB
~146K SLoC