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

app dicom-fromimage

用于替换 DICOM 文件中图像内容的命令行工具

8 个版本

0.7.0 2024 年 4 月 25 日
0.2.2 2023 年 10 月 31 日
0.2.1 2023 年 8 月 26 日
0.2.0 2023 年 7 月 23 日
0.1.0 2022 年 4 月 28 日

#2541命令行工具

Download history 107/week @ 2024-04-20 22/week @ 2024-04-27 1/week @ 2024-05-04 6/week @ 2024-06-29 51/week @ 2024-07-27

每月 57 次下载

MIT/Apache

2MB
32K SLoC

DICOM-rs fromimage

CratesIO Documentation

此命令行工具从图像模块的基本 DICOM 文件中读取,并用另一个文件的属性替换各种 DICOM 属性。

此工具是 DICOM-rs 项目的一部分。

用法

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

依赖项

~15–22MB
~248K SLoC