How to open .DRLE files on Windows
To open .DRLE files on Windows, confirm the file is DICOM-related (for example, it came from a medical imaging workflow) and do not rename it to .jpg/.png.
Step-by-step instructions
- Confirm the file is DICOM-related (for example, it came from a medical imaging workflow) and do not rename it to .jpg/.png.
- Use DICOM tooling that can handle DICOM RLE transfer syntax; in DCMTK-based environments you can use the DCMTK tool "dcmcrle" as part of a workflow to produce or work with RLE-encoded DICOM.
- If a viewer cannot open it directly, convert/transcode within a DICOM workflow to a transfer syntax your viewer supports, then open the resulting DICOM file.
Recommended software
- Default Photos app
- Browser preview
- GIMP
Alternative methods
- Open .DRLE in a browser-based viewer if desktop apps fail.
- Try opening .DRLE on Windows with a secondary app to rule out app-specific issues.
- Convert .DRLE only with trusted tools when direct opening is not possible.
Common issues
The file opens as “unknown format” or won’t preview
Many general image viewers do not support DICOM or the DICOM RLE Lossless transfer syntax, so the OS may not know what app to use.
- Open it with DICOM-capable tooling rather than a photo viewer.
- If your DICOM viewer does not support RLE transfer syntax, transcode within a DICOM toolchain to another DICOM transfer syntax your viewer supports, then try again.
Confusion about MIME type (image/dicom-rle vs image/dicom+rle)
Different ecosystems may label DICOM RLE differently; some mappings use "image/dicom-rle", while DICOM documentation references a media type parameter using "+rle".
- If you are integrating with a loader or pipeline, follow the mapping expected by that software (for example, an explicit mapping of .drle to a DICOM-RLE media type).
- When exchanging files, prioritize DICOM transfer syntax compatibility over the filename extension or MIME label.
Viewer opens the file but image looks wrong or fails to decode
This can happen when a tool does not fully implement the RLE encapsulation rules or expects a different transfer syntax.
- Verify the content is actually DICOM RLE Lossless (Transfer Syntax UID 1.2.840.10008.1.2.5) in your DICOM toolchain.
- Transcode the dataset to a more broadly supported DICOM transfer syntax and retry in the viewer.
Security note
.DRLE should be treated as DICOM-related content; DICOM decoders are complex, so only open files from trusted medical systems or known sources to reduce the risk of parser vulnerabilities.