#cli #dicom #image #image-conversion

app dicom-fromimage

A CLI tool for replacing the image content from DICOM files

4 releases

0.1.3 Dec 12, 2022
0.1.2 Oct 23, 2022
0.1.1 Jul 19, 2022
0.1.0 Apr 28, 2022

#509 in Command line utilities

22 downloads per month

MIT/Apache

2MB
28K SLoC

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

Dependencies

~18MB
~294K SLoC