Free webp to jpg
Image MIME Reference
DICOM-RLE

DICOM Run-Length Encoding

image/dicom-rle
VS

QuickTime Image Format

image/x-quicktime
QTIF

A complete technical comparison of DICOM Run-Length Encoding and QuickTime Image Format — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature DICOM-RLE QTIF
Transparency (Alpha) ✕ No Yes
Animation Support Yes ✕ No
Progressive Loading ✕ No ✕ No
HDR Support Yes ✕ No
EXIF Metadata ✕ No ✕ No
ICC Color Profile Yes ✕ No
DICOM Run-Length Encoding
image/dicom-rle
Extension
.dcm.dicom
Container DICOM (PS3.10)
Compression Lossless (RLE)
Algorithm
Run-Length Encoding (RLE)
Color Depth 8-bit, 16-bit, 24-bit
Developed by National Electrical Manufacturers Association (NEMA) / ACR
Released 1993
Magic Bytes
44 49 43 4D (at byte offset 128)
Full DICOM-RLE reference →
QuickTime Image Format
image/x-quicktime
Extension
.qtif.qti.qif
Container QuickTime Atom Container
Compression Varies (JPEG, SMC, Apple Video, Cinepak, Uncompressed)
Algorithm
QuickTime Image Compression Manager (ICM) Codecs
Color Depth 1-bit to 32-bit (Varies depending on the enclosed codec)
Developed by Apple Computer, Inc.
Released 1991
Magic Bytes
Varies (Typically begins with a 32-bit size integer followed by 69 64 73 63 ('idsc'))
Full QTIF reference →

Browser Support Comparison

Browser DICOM-RLE QTIF
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
DICOM-RLE

DICOM-RLE Strengths

  • Guarantees lossless preservation of critical medical data necessary for diagnostics
  • Extremely robust metadata structure containing patient information, modality, and spatial geometry
  • Faster to encode and decode than complex compression schemes like JPEG 2000
Limitations
  • RLE compression offers very low compression ratios compared to modern codecs like JPEG-LS or JPEG 2000
  • Zero support in web browsers or standard consumer image viewers
  • Strict data privacy regulations (HIPAA/GDPR) make handling DICOM files complex due to embedded PHI
QTIF

QTIF Strengths

  • Extremely flexible architecture allowing it to encapsulate virtually any image compression algorithm available on the host machine
  • Supported 32-bit images with alpha channels (transparency) long before PNG became an established standard
Limitations
  • Fundamentally tied to Apple's deprecated QuickTime architecture, rendering the files almost entirely unreadable on modern systems without specialized legacy software or FFmpeg
  • The 'wrapper' nature of the format means that even if a parser can read the QTIF container, it may fail to render the image if it lacks the specific proprietary codec (like Apple SMC) used to compress the pixel data
  • Zero native support in modern web browsers

When to choose which format

DICOM-RLE
Use DICOM-RLE when…
  • Medical Imaging
  • Ultrasound
  • X-Rays / CT / MRI
  • PACS Archives
QTIF
Use QTIF when…
  • Classic Mac OS Applications and Backgrounds
  • QuickTime VR Panorama Textures
  • 1990s CD-ROM Multimedia Assets
Share this comparison