Free webp to jpg
Image MIME Reference
DPX

Digital Picture Exchange

image/dpx
VS

Digital Camera Raw (Generic Linux MIME)

image/x-dcraw
Generic-RAW

A complete technical comparison of Digital Picture Exchange and Digital Camera Raw (Generic Linux MIME) — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature DPX Generic-RAW
Transparency (Alpha) Yes ✕ No
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support Yes Yes
EXIF Metadata ✕ No Yes
ICC Color Profile ✕ No Yes
Digital Picture Exchange
image/dpx
Extension
.dpx
Container DPX (SMPTE ST 268)
Compression Uncompressed / RLE (Rarely used)
Algorithm
Uncompressed
Color Depth 8-bit, 10-bit, 12-bit, 16-bit, 32-bit (Float)
Developed by SMPTE (Society of Motion Picture and Television Engineers)
Released 1994
Magic Bytes
53 44 50 58 (Big-endian) / 58 50 44 53 (Little-endian)
Full DPX reference →
Digital Camera Raw (Generic Linux MIME)
image/x-dcraw
Extension
.raw
Container Varies (Predominantly TIFF/EP)
Compression Lossless / Uncompressed
Algorithm
Varies (Often Lossless JPEG ITU-T81 or uncompressed)
Color Depth 12-bit, 14-bit, 16-bit
Developed by freedesktop.org (MIME mapping) / Dave Coffin (dcraw tool)
Released 1997
Magic Bytes
Varies by vendor format
Full Generic-RAW reference →

Browser Support Comparison

Browser DPX Generic-RAW
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
DPX

DPX Strengths

  • Industry standard for transferring uncompressed, high-fidelity film and VFX data
  • Rich industry-specific metadata including timecode, keykode, and film stock information
  • Supports logarithmic color spaces (LogC, Cineon) to preserve the massive dynamic range of film negatives
Limitations
  • Massive file sizes (e.g., a single 4K 10-bit frame is ~50MB, resulting in ~1.2GB per second at 24fps)
  • Zero native support in web browsers or consumer OS image viewers
  • Requires heavy-duty, fast storage infrastructure (RAID/NVMe) to playback in real-time
Generic-RAW

Generic-RAW Strengths

  • Provides a unified, highly useful catch-all MIME type for application developers who just need to know if a file is a raw image, rather than tracking 50+ individual camera extensions
  • Deeply integrated into the Linux desktop ecosystem, ensuring file manager thumbnails work seamlessly via tools like ufraw-thumbnailer
Limitations
  • Not an official IANA standard
  • Can cause conflicts where standard TIFF files are misidentified as raw camera data by over-aggressive MIME sniffers
  • The underlying 'dcraw' tool was abandoned by its creator in 2018 (though its successor, LibRaw, continues to maintain the ecosystem)

When to choose which format

DPX
Use DPX when…
  • Film Scanning
  • Visual Effects (VFX)
  • Digital Intermediate (DI)
  • Color Grading
  • Archival
Generic-RAW
Use Generic-RAW when…
  • Linux Desktop File Associations (GNOME/KDE)
  • Thumbnail Generation for Raw Images (UFRaw/LibRaw)
  • Server-side Image Processing Fallbacks
Share this comparison