gdcm_conv
An easy-to-use Grassroots DICOM Library wrapper designed to convert DICOM files transfer syntaxes.
Usage
Add gdcm_conv to the dependencies section in your project's Cargo.toml, with:
[]
= "0.1.0"
You need CMake to build GDCM Library and wrapper.
Linux Ubuntu:
sudo apt-get install cmake
Windows:
Download CMake directly from www.cmake.org/download page.
Warning
The GDCM library is big and may take some time to build it. Rushed people, please use very verbose option:
cargo run -vv
Quickstart
Copy this code and make sure you have a DICOM file to test.
use *;
use File;
License
Most of the code in this repository is provided under the GPL license.
However note that this crate links statically to GDCM Library which has its own (permissive) license, which you can find at /GDCM/Copyright.txt.