dicom-fromimage

Crates.iodicom-fromimage
lib.rsdicom-fromimage
version0.7.0
sourcesrc
created_at2022-04-28 16:07:35.402594
updated_at2024-04-25 11:53:07.670131
descriptionA CLI tool for replacing the image content from DICOM files
homepage
repositoryhttps://github.com/Enet4/dicom-rs
max_upload_size
id576882
size38,903
Eduardo Pinho (Enet4)

documentation

README

DICOM-rs fromimage

CratesIO Documentation

This command line tool takes a base DICOM file of the image module and replaces the various DICOM attributes with those of another file.

This tool is part of the DICOM-rs project.

Usage

dicom-fromimage 0.1.0
Convert and replace a DICOM file's image with another image

USAGE:
    dicom-fromimage.exe [FLAGS] [OPTIONS] <dcm-file> <img-file>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information
    -v, --verbose    Print more information about the image and the output file

OPTIONS:
    -o, --out <output>    Path to the output image (default is to replace input extension with `.new.dcm`)

ARGS:
    <dcm-file>    Path to the base DICOM file to read
    <img-file>    Path to the image file to replace the DICOM file
Commit count: 1983

cargo fmt