An open API service indexing awesome lists of open source software.

https://github.com/interifter/dcm-to-png

Simple parameterized script to convert DCM files to a PNG file
https://github.com/interifter/dcm-to-png

Last synced: about 1 year ago
JSON representation

Simple parameterized script to convert DCM files to a PNG file

Awesome Lists containing this project

README

          

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

## Quick Start

```bash
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.