dicom-toimage

Crates.iodicom-toimage
lib.rsdicom-toimage
version0.7.0
sourcesrc
created_at2022-04-28 16:08:25.855702
updated_at2024-04-25 11:51:37.67736
descriptionA CLI tool for converting DICOM files into general purpose image files
homepage
repositoryhttps://github.com/Enet4/dicom-rs
max_upload_size
id576883
size43,541
Eduardo Pinho (Enet4)

documentation

README

DICOM-rs toimage

CratesIO Documentation

A command line utility for converting DICOM image files into general purpose image files (e.g. PNG).

This tool is part of the DICOM-rs project.

Usage

    dicom-toimage [FLAGS] [OPTIONS] <file>

FLAGS:
        --16bit      Force output bit depth to 16 bits per sample
        --8bit       Force output bit depth to 8 bits per sample
    -h, --help       Prints help information
    -V, --version    Prints version information
    -v, --verbose    Print more information about the image and the output file

OPTIONS:
    -F, --frame <frame-number>    Frame number (0-indexed) [default: 0]
    -o, --out <output>            Path to the output image (default is to replace input extension with `.png`)

ARGS:
    <file>    Path to the DICOM file to convert
Commit count: 1983

cargo fmt