Free webp to jpg
Image MIME Reference
HEIF

High Efficiency Image File Format

image/heif
VS

X Pixmap

image/x-xpixmap
XPM

A complete technical comparison of High Efficiency Image File Format and X Pixmap — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature HEIF XPM
Transparency (Alpha) Yes Yes
Animation Support Yes ✕ No
Progressive Loading ✕ No ✕ No
HDR Support Yes ✕ No
EXIF Metadata Yes ✕ No
ICC Color Profile Yes ✕ No
High Efficiency Image File Format
image/heif
Extension
.heif.hif
Container HEIF / ISOBMFF (ISO/IEC 14496-12)
Compression Lossy / Lossless
Algorithm
Codec Agnostic (HEVC, AVC, JPEG, AV1)
Color Depth 8-bit, 10-bit, 12-bit, 16-bit
Developed by Moving Picture Experts Group (MPEG)
Released 2015
Magic Bytes
XX XX XX XX 66 74 79 70 6D 69 66 31
Full HEIF reference →
X Pixmap
image/x-xpixmap
Extension
.xpm
Container C Source Code Header (.c / .h)
Compression Uncompressed (Source Code)
Algorithm
None
Color Depth Indexed Color (Custom Palette with RGB and Alpha 'None')
Developed by Daniel Dardailler and Colas Nahaboo (Bull / X Consortium)
Released 1989
Magic Bytes
2F 2A 20 58 50 4D 20 2A 2F (ASCII '/* XPM */')
Full XPM reference →

Browser Support Comparison

Browser HEIF XPM
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
HEIF

HEIF Strengths

  • Highly flexible container that can store image bursts, animations, focal stacks, and stereo 3D images in one file
  • Natively supports depth maps and alpha channels, making it perfect for computational photography
  • When paired with modern codecs like HEVC or AV1, it provides massive storage savings over legacy formats like JPEG
Limitations
  • Codec agnosticism makes broad software decoding difficult, as the container might hold proprietary or unsupported codecs
  • Zero cross-platform web browser support, requiring conversion for online publishing
  • Often confused with the more specific 'image/heic' and 'image/avif' MIME types
XPM

XPM Strengths

  • Can be compiled directly into C or C++ source code without requiring an external asset loading mechanism
  • Human-readable palette mapping allows developers to inspect, modify, or hand-craft icons directly within a text editor
  • Native support for color palettes and transparency via the 'None' keyword
Limitations
  • Extremely inefficient storage structure for large images, resulting in massive file bloat compared to binary formats like PNG
  • Completely obsolete and unsupported in modern web browsers
  • Parsing overhead requires compiling or interpreting text-based color tables at runtime

When to choose which format

HEIF
Use HEIF when…
  • Digital Photography
  • Camera Capture
  • Image Archiving
  • Multi-image composites
XPM
Use XPM when…
  • X Window System (X11) Application Icons and Cursors
  • Embedded C/C++ Firmware Color UI Assets
  • Early Linux Desktop Environment Themes
Share this comparison