Free webp to jpg
Image MIME Reference
DPX

Digital Picture Exchange

image/dpx
VS

X Bitmap (Legacy MIME Alias)

image/x-xbm
XBM

A complete technical comparison of Digital Picture Exchange and X Bitmap (Legacy MIME Alias) — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature DPX XBM
Transparency (Alpha) Yes Yes
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support Yes ✕ No
EXIF Metadata ✕ No ✕ No
ICC Color Profile ✕ No ✕ No
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 →
X Bitmap (Legacy MIME Alias)
image/x-xbm
Extension
.xbm
Container C Source Code Header (.h)
Compression Uncompressed (Source Code)
Algorithm
None
Color Depth 1-bit (Monochrome)
Developed by MIT / X Consortium (X Window System)
Released 1988
Magic Bytes
23 64 65 66 69 6e 65 (ASCII '#define')
Full XBM reference →

Browser Support Comparison

Browser DPX XBM
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
XBM

XBM Strengths

  • Can be compiled directly into C or C++ source code without needing an external file loader or binary asset manager
  • Human-readable structure allows developers to inspect, edit, or hand-craft tiny icons directly within a text editor
  • Extremely predictable and lightweight for 1-bit hardware displays and embedded systems
Limitations
  • Strictly limited to 1-bit monochrome (black and white) graphics with no gray or color support
  • Text-based C syntax creates massive file bloat compared to binary 1-bit formats like PBM
  • Completely deprecated in modern web browsers and desktop GUI frameworks

When to choose which format

DPX
Use DPX when…
  • Film Scanning
  • Visual Effects (VFX)
  • Digital Intermediate (DI)
  • Color Grading
  • Archival
XBM
Use XBM when…
  • X Window System (X11) Cursors and Icons
  • Embedded C/C++ Firmware UI Assets
  • Early 1990s Unix Web Graphics
Share this comparison