Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanbindez/dicomviewer
software para vizualização de imagens de radiologia de arquivos .dcm (DICOM) , e de conversão de .dcm para .png
https://github.com/juanbindez/dicomviewer
Last synced: 3 days ago
JSON representation
software para vizualização de imagens de radiologia de arquivos .dcm (DICOM) , e de conversão de .dcm para .png
- Host: GitHub
- URL: https://github.com/juanbindez/dicomviewer
- Owner: JuanBindez
- License: gpl-2.0
- Created: 2023-10-01T17:08:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T17:28:35.000Z (about 1 year ago)
- Last Synced: 2023-10-01T20:41:38.187Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DICOMViewer
software para vizualização de imagens de radiologia de arquivos .dcm (DICOM) , e de conversão de .dcm para .png## Compile:
pyinstaller --name DICOMViewer-v1.0-rc1-x86_64 --onefile --noconsole --windowed main.py