https://github.com/pawelzeja098/dicom_to_png
Convert dicom file to png files.
https://github.com/pawelzeja098/dicom_to_png
dicom dicom-images flask png pydicom webapi
Last synced: about 2 months ago
JSON representation
Convert dicom file to png files.
- Host: GitHub
- URL: https://github.com/pawelzeja098/dicom_to_png
- Owner: pawelzeja098
- License: mit
- Created: 2023-09-15T12:26:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-05T13:50:03.000Z (over 1 year ago)
- Last Synced: 2025-02-01T12:45:41.968Z (4 months ago)
- Topics: dicom, dicom-images, flask, png, pydicom, webapi
- Language: Python
- Homepage:
- Size: 717 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Dicom tool
## Description
Extract images from Dicom container.
This example based on python flask template extract images from Dicom container.
Library pydicom is used to analyze Dicom file and extract images.
Dicom contener should be upload by Web GUI. Uploaded file is opened by Pydicom.
All embedded images are written to the "./tmp" directory as PNG.Known issues:
1.Extension of the Dicom file (.dcm) has to be lowercase## URLs:
https://pydicom.github.io
https://flask.palletsprojects.com/en/2.3.x/