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
- Host: GitHub
- URL: https://github.com/interifter/dcm-to-png
- Owner: interifter
- License: mit
- Created: 2023-07-29T19:15:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T19:27:51.000Z (over 2 years ago)
- Last Synced: 2025-01-30T06:15:36.841Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.