How to Convert DICOM to JPG (Without Ruining the Image)
You have a CD from the imaging center or a folder of .dcm files from a patient portal, and you need an image a normal human can open: for a second opinion email, an insurance claim, a lecture slide. The conversion is easy to do and easy to do badly — most naive converters produce a washed-out gray rectangle. The difference is windowing, and understanding it is the one thing this guide insists on before the how-to.
Why Converted Scans Often Look Flat and Gray
CT and MRI pixels are physical measurements, stored across a far wider range than any screen shows: a CT spans several thousand Hounsfield units, a monitor shows 256 gray levels. Radiology software maps a chosen slice of that range to the visible scale using two numbers saved in the file, the window center and width — a lung window and a bone window of the same slice look like different images. A converter that ignores those values squeezes the whole range into 256 grays, and everything interesting lands on three of them. Applying the stored window is what makes the JPG look like what the radiologist actually saw.
The How-To
1. Upload the .dcm file to the DICOM converter. Compressed transfer syntaxes (JPEG, JPEG 2000, RLE inside the DICOM container) are handled; you do not need to know which one you have.
2. Leave windowing on Stored. That applies the window the imaging center saved, which is the right default. If the result still looks wrong — some files carry no usable window values — switch to Auto, which derives one from the pixel statistics.
3. Pick the output. JPG for email, portals, and phone galleries; PNG when you want a lossless copy with no compression artifacts; PDF when a claim or a legal file wants a printable document.
4. Multi-frame files (ultrasound clips, angiography runs) hold a sequence of images; the frame option picks which one to extract, counting from 1. For ordinary single-image files leave it alone.
Convert DICOM to JPG, PNG, or PDF with stored window/level applied, free in the browser.
DICOM ConverterPrivacy: Read Before Sharing
A DICOM file carries the patient’s name, birth date, ID, and study details in its header. Converting to JPG drops the header, which removes that metadata — but some modalities burn patient information into the image pixels themselves, ultrasound being the frequent offender, and no format conversion removes burned-in text. Look at the corners of the converted image before sharing it anywhere. If identifying text is in the pixels, crop it out, and remember that a shared medical image is medical information regardless of file format.
What the JPG Can No Longer Do
Plainly: a JPG is for viewing, not diagnosis. Gone with the conversion are the calibration metadata (no measuring distances or densities), the full bit depth (no re-windowing to look at different tissue), and the series context (one image instead of a positioned slice in a stack). Clinicians should get the original DICOM files — every hospital system ingests them, and that is what the CD in your drawer is for. The JPG is for everyone else.
Frequently Asked Questions
How do I open a DICOM file without special software?
Convert it to JPG or PNG in the browser and open it like any photo. The originals remain what a hospital needs; the converted copy is what your email, your slides, and your phone can handle.
Why does my converted scan look too dark or washed out?
The window applied did not suit the anatomy. Try Stored first (the values the imaging center saved), and if the file lacks usable values, Auto. If specific tissue matters — lung detail versus bone — the honest answer is that one JPG shows one window, and a radiologist would look at several.
Is it safe to email a converted medical image?
Safer than emailing the DICOM (the metadata header is gone), but check the pixels: ultrasound and some other modalities burn patient details into the image itself, and conversion preserves the pixels faithfully, identifying text included. Look before you send, and treat the image as the medical record it is.
Can I convert a whole CT series to images at once?
The tool converts one file per upload, one frame per output. A CT series is hundreds of slice files, and if you need all of them as images, a desktop DICOM viewer with batch export is the right tool. For the one representative slice a claim or an email actually needs, the browser conversion is faster.