[?]What is a DICOM (.dcm) file?
DICOM (Digital Imaging and Communications in Medicine) is the global standard format for storing and transmitting medical images (such as CT scans, MRI, X-rays, mammography, and ultrasound). DICOM files combine medical image pixel arrays with clinical metadata (patient tags, modality, acquisition parameters, slice position).
[?]Why convert DICOM to PNG?
Patients and researchers often receive medical scans on CDs or USB drives after an imaging appointment, but consumer operating systems (Windows, macOS, iOS, Android) cannot natively open .dcm files without specialized PACS software. Converting to PNG produces a standard, lossless image that can be viewed, shared with consulting physicians, or archived.
[?]Is my medical data kept private and confidential?
Yes, completely. convrtr processes your DICOM files 100% locally inside your web browser memory using pure TypeScript. No images, scans, patient IDs, or metadata are ever uploaded to any cloud server or third party, guaranteeing absolute privacy and HIPAA compliance by design.
[?]What is Window/Level contrast adjustment?
Medical scanners capture high-dynamic-range data (e.g. 12-bit or 16-bit Hounsfield units from -1000 for air to +1000 for dense bone), whereas standard screens display 8-bit color (0 to 255). Windowing compresses a selected slice of voxel values into displayable grayscale, emphasizing either soft tissue, lung parenchyma, or bone structures.
[?]Why convert from DCM to PNG?
DCM Graphic Raster (DCM) and Portable Network Graphics (PNG) serve distinct roles across the digital workflow. Converting to PNG provides optimized compatibility, modern compression efficiency, or standardized playback across web browsers, operating systems, and media production environments.
[?]Is the DCM to PNG conversion lossless or lossy?
The output format (PNG) is inherently lossless or supports lossless operation. Your original visual or audio fidelity is mathematically preserved without quantization artifacts.
[?]Does convrtr upload my files to any cloud server?
Never. convrtr is architected with a strict zero-upload model. All processing, decoding, decompression, and encoding happen 100% locally on your machine using sandboxed WebAssembly and Web Workers. Your data never touches an external server, database, or analytics collector.
[?]How can I convert DCM to PNG from the terminal / command line?
You can execute this conversion locally via command-line utilities such as ffmpeg, cwebp, or ImageMagick. For example: see the developer terminal recipe provided in the technical specifications dossier above. convrtr provides the identical local-first capability directly inside your browser without installing CLI packages.
[?]Can I batch convert multiple DCM files to PNG simultaneously?
Yes. You can drop multiple .dcm files into the instrument to process them concurrently in browser Web Workers, or click 'Open in Master Studio' to queue mixed formats, configure individual targets, and export as a single ZIP archive.