DICOM Explained — How to Open, View, and Convert DCM Medical Images
You had an MRI, CT, X-ray, or ultrasound, asked for a copy, and received a CD or download full of files that nothing on your computer opens. Those are DICOM files, the format every hospital imaging device produces. This guide explains what is inside them, how to view them for free, and when converting to an ordinary image format is the right move.
What a DICOM File Is
DICOM (Digital Imaging and Communications in Medicine) is not just an image format; it is a container that pairs the image pixels with a structured header of metadata: patient name and birth date, the study and series identifiers, the machine that took the image, acquisition parameters, and calibration data such as pixel spacing (how many millimeters one pixel represents). A single exam is typically hundreds of files, one per slice, that viewing software reassembles into a scrollable stack or 3D volume.
The files often have no extension at all, or generic names like IM000001, which is one reason double-clicking gets you nowhere. The other reason is compression: DICOM images are frequently stored with medical-specific codecs (lossless JPEG variants, JPEG 2000, RLE) that consumer software never implemented.
Why It Looks Wrong When It Does Open
CT and MRI pixels do not store brightness; they store physical measurements (Hounsfield units for CT) with a range far wider than a screen can show. Radiology software maps a chosen slice of that range to the visible grayscale, controlled by two numbers called window and level. A chest CT viewed with a lung window shows airway detail while bones blow out white; the same slice with a bone window shows fracture lines while lungs go black. A converter that ignores the window/level stored in the file produces the washed-out gray images you see from naive tools. A correct converter applies them, which is why our DICOM to JPG output matches what the radiologist saw.
Your Options for Viewing
| Option | Cost | Good for | Limits |
|---|---|---|---|
| Viewer on the CD itself | Free | Quick look on Windows | Often outdated, Windows-only |
| MicroDicom (Windows) | Free | Full local viewing | Install required |
| Horos / OsiriX Lite (Mac) | Free | Full local viewing, 3D | Install required, Mac-only |
| 3D Slicer | Free | Research, 3D reconstruction | Steep learning curve |
| Online DICOM to JPG/PNG/PDF | Free | Viewing and sharing single images | Not for diagnosis |
When Converting Makes Sense
Convert to JPG or PNG when you want to look at an image, send it to a family member, or attach it where an image is expected. Convert to PDF when a document is expected: insurance claims, legal files, second-opinion requests by email. PNG is preferable to JPG when you want no additional compression on top of what the file already had.
Do not convert when the recipient is a clinician who will make decisions from the image. A JPG has lost the calibration metadata (no measurements possible), the full bit depth (no re-windowing possible), and the slice context. Doctors want the original DICOM files, ideally the whole folder, and every hospital PACS can ingest them. The honest rule: converted images are for humans to look at, originals are for medicine.
Privacy When Sharing
The DICOM header contains your full name, birth date, and exam details, and it travels with the file when you share the original. Converting to JPG/PNG/PDF produces a file without that embedded header, which makes converted images the safer thing to post or send when the metadata is nobody's business. One caveat: some modalities burn patient details into the image pixels themselves (visible text in a corner of an ultrasound, for example), and no format conversion removes what is part of the picture. Check the image before sharing it.
Convert DICOM files to JPG, PNG, or PDF in the browser. Handles compressed transfer syntaxes, applies stored window/level, deletes files within 24 hours.
Browse Medical Imaging Tools