# Radiant-Dicom-viewer **Repository Path**: peakb_admin/Radiant-Dicom-viewer ## Basic Information - **Project Name**: Radiant-Dicom-viewer - **Description**: https://github.com/harsh1d/Radiant-Dicom-viewer/ - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-19 - **Last Updated**: 2026-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RadiAnt DICOM Viewer A professional medical imaging viewer supporting multiple DICOM modalities with advanced visualization and measurement tools. ## Features ### 1. Multi-Modal DICOM Support - Digital Radiography (CR, DX) - Mammography (MG) - Computed Tomography (CT) - Magnetic Resonance (MR) - PET-CT (PT) - Ultrasonography (US) - Digital Angiography (XA) - Nuclear Medicine (NM) - Secondary Captures (SC) - Structured Reports (SR) ### 2. Image Format Support - Monochrome and color images - Static images and dynamic sequences - Compression formats: RLE, JPEG Lossy/Lossless, JPEG 2000 ### 3. Manipulation Tools - Fluid zooming and panning - Brightness/contrast adjustment (windowing) - Image rotation (90°, 180°) and flip (H/V) - Negative mode - CT window presets (lung, bone, soft tissue, etc.) ### 4. Measurement Tools - Length measurement - Circle/ellipse ROI with statistics (mean, min, max, area) - Angle measurement (normal and Cobb angle) - SUV measurements for PET-CT - Freehand pen tool ### 5. Advanced Features - Multi-series/study comparison - Automatic series synchronization - Cross-reference lines - 3D volume rendering - PET-CT image fusion - Time-intensity curves (TIC) - Multi-touch gesture support ### 6. Export Capabilities - JPEG and BMP images - WMV video export - Clipboard copy (CTRL+C) - Batch export ## Installation ```bash # Install dependencies pip install -r requirements.txt # Run the application python main.py ``` ## Usage ### Open DICOM Files - File → Open Files (Ctrl+O) - File → Open Folder (Ctrl+Shift+O) - Drag and drop files/folders ### Basic Controls - **Mouse Wheel**: Browse through series - **Left Click + Drag**: Pan image - **Right Click + Drag**: Adjust window/level - **Ctrl + Mouse Wheel**: Zoom in/out ### Measurements - Select measurement tool from toolbar - Click points on image to measure - Double-click to finish measurement - Right-click measurement to delete ### Multi-Touch Gestures - **1 Finger**: Browse series - **2 Fingers Pinch**: Zoom in/out - **2 Fingers Drag**: Pan image - **3 Fingers Vertical**: Adjust brightness - **3 Fingers Horizontal**: Adjust contrast ## System Requirements - Windows 7/8/10/11 - Python 3.8 or higher - 4GB RAM minimum (8GB+ recommended for 3D rendering) - Graphics card with OpenGL support ## License Copyright © 2026 RadiAnt DICOM Viewer