# Super-simple-dicom-viewer **Repository Path**: liucz25/Super-simple-dicom-viewer ## Basic Information - **Project Name**: Super-simple-dicom-viewer - **Description**: Python DICOM viewer - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-10-07 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yuanzi Caduceus Super simple DICOM viewer with Python and Pydicom zhinengchakanCTtuxiang zhinengtiaochuang youcankaoyiyi ## Dependencies * Python 3.6.0 (very easy to port back to 2 if necessary) * Numpy 1.12.1 * Pydicom 0.9.9 (for parsing DICOM files) * Tkinter * Pillow 4.0.0 (for converting numpy arrays into Tkinter PhotoImages) ## Instructions * Run __main__.py to run the application * File -> Open and select which images to display. It will automatically ignore non-DICOM files and sort the images as best as it can * Use the scrollwheel to switch between images * Hold the scrollwheel and move the mouse to modify the center and width of the brightness windowing ## License See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).