Free webp to jpg
Image MIME Reference
EDMICS-MMR

Fuji Xerox EDMICS-MMR

image/vnd.fujixerox.edmics-mmr
VS

X Pixmap

image/x-xpixmap
XPM

A complete technical comparison of Fuji Xerox EDMICS-MMR and X Pixmap — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature EDMICS-MMR XPM
Transparency (Alpha) ✕ No Yes
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support ✕ No ✕ No
EXIF Metadata ✕ No ✕ No
ICC Color Profile ✕ No ✕ No
Fuji Xerox EDMICS-MMR
image/vnd.fujixerox.edmics-mmr
Extension
.mmr.edm
Container Fuji Xerox EDMICS Wrapper
Compression Modified Modified READ (MMR / Group 4 Fax)
Algorithm
MMR (ITU-T T.6 / CCITT Group 4)
Color Depth 1-bit (Monochrome / Bi-level)
Developed by Fuji Xerox Co., Ltd.
Released 1990s
Magic Bytes
Unknown (Proprietary Container wrapped around MMR bitstream)
Full EDMICS-MMR 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 EDMICS-MMR XPM
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
EDMICS-MMR

EDMICS-MMR Strengths

  • Utilized the highly efficient MMR (Group 4) algorithm, which allowed massive, E-size engineering blueprints to be compressed into tiny file sizes suitable for 1990s hard drives and networks
  • Deeply integrated into Fuji Xerox hardware and database systems for seamless scan-to-archive workflows
Limitations
  • Completely proprietary and closed-source, making modern archival extraction and migration extremely difficult
  • No support in modern image processing libraries like ImageMagick, libvips, or standard TIFF viewers without first stripping the proprietary header
  • Strictly limited to 1-bit monochrome images
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

EDMICS-MMR
Use EDMICS-MMR when…
  • Fuji Xerox EDMICS Enterprise Systems
  • Archival of Large-Format Engineering Drawings
  • Legacy Corporate Document Scanning Pipelines
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