Free webp to jpg
Image MIME Reference
Panasonic-RAW-(RW2)

Panasonic RAW Image

image/x-panasonic-raw
VS

X Pixmap

image/x-xpixmap
XPM

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

Equal browser support

Feature Support

Feature Panasonic-RAW-(RW2) XPM
Transparency (Alpha) ✕ No Yes
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support Yes ✕ No
EXIF Metadata Yes ✕ No
ICC Color Profile Yes ✕ No
Panasonic RAW Image
image/x-panasonic-raw
Extension
.raw.rw2
Container TIFF-based (Proprietary)
Compression Uncompressed / Panasonic Proprietary Lossless
Algorithm
NoneProprietary Lossless
Color Depth 12-bit (Per Channel), 14-bit (Per Channel), 16-bit (Per Channel - High-res mode)
Developed by Panasonic Corporation
Released 2004
Magic Bytes
Older RAW: 49 49 2A 00 | Newer RW2: 49 49 55 00
Full Panasonic-RAW-(RW2) 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 Panasonic-RAW-(RW2) XPM
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
Panasonic-RAW-(RW2)

Panasonic-RAW-(RW2) Strengths

  • Retains maximum sensor data, allowing significant recovery of highlights and shadows compared to in-camera JPEGs
  • Modern RW2 files embed proprietary lens correction profiles (distortion, vignetting, chromatic aberration) that raw converters can automatically apply
  • The unique 'IIU' signature on RW2 files makes programmatic identification extremely reliable compared to other TIFF-spoofing raw formats
Limitations
  • Proprietary format requires continuous updates to third-party processing engines whenever Panasonic releases a new Lumix camera
  • Produces very large file sizes, particularly when using Panasonic's High-Resolution multi-shot modes
  • Cannot be directly embedded into web pages or used in standard HTML/CSS contexts
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

Panasonic-RAW-(RW2)
Use Panasonic-RAW-(RW2) when…
  • Professional Digital Photography
  • Non-destructive Image Post-Processing
  • High Dynamic Range (HDR) Lumix 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