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 在 命令行工具
每月 57 次下载
2MB
32K SLoC
DICOM-rs fromimage
此命令行工具从图像模块的基本 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