/dcm-to-png

Simple parameterized script to convert DCM files to a PNG file

Primary LanguagePythonMIT LicenseMIT

Credit: https://stackoverflow.com/q/60219622

Quick Start

pip install -r requirements.txt
python main.py --help

This goes against my normal python approach, but needed it quickly. If you find it useful, I can invest more time into making it a proper python package.