Free webp to jpg
Image MIME Reference
ACES

ACES Image Container File

image/aces
VS

X Pixmap

image/x-xpixmap
XPM

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

Equal browser support

Feature Support

Feature ACES XPM
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
ACES Image Container File
image/aces
Extension
.exr
Container OpenEXR (SMPTE ST 2065-4)
Compression Lossless / Uncompressed
Algorithm
PIZZIPRLEB44Uncompressed
Color Depth 16-bit (Half-float), 32-bit (Float)
Developed by Academy of Motion Picture Arts and Sciences (AMPAS) / SMPTE
Released 2013
Magic Bytes
76 2F 31 01
Full ACES 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 ACES XPM
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
ACES

ACES Strengths

  • Industry standard for high-end visual effects, compositing, and color grading
  • Supports 16-bit half-float data, accurately capturing immense dynamic range without clipping
  • Standardized by SMPTE (ST 2065-4) to guarantee universal color interoperability across different post-production facilities
Limitations
  • Considerably larger file sizes than conventional consumer image formats
  • Completely unsupported in web browsers and most standard desktop viewers
  • Requires specialized compositing or color grading software to interpret and view the scene-linear data correctly
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

ACES
Use ACES when…
  • Visual Effects (VFX)
  • Digital Intermediate (DI)
  • Color Grading
  • Archival
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