#dicom #image-conversion #command-line-tool #image #cli

app dicom-fromimage

A CLI tool for replacing the image content from DICOM files

8 releases

new 0.7.0 Apr 25, 2024
0.2.2 Oct 31, 2023
0.2.1 Aug 26, 2023
0.2.0 Jul 23, 2023
0.1.0 Apr 28, 2022

#2615 in Command line utilities

47 downloads per month

MIT/Apache

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

~31MB
~249K SLoC