Free webp to jpg
Image MIME Reference
WMF

Windows Metafile

image/x-wmf
VS

Extended Image File Format

image/vnd.xiff
XIFF

A complete technical comparison of Windows Metafile and Extended Image File Format — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature WMF XIFF
Transparency (Alpha) Yes ✕ No
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support ✕ No ✕ No
EXIF Metadata ✕ No ✕ No
ICC Color Profile ✕ No ✕ No
Windows Metafile
image/x-wmf
Extension
.wmf.emf
Container Windows GDI Metafile Command Stream
Compression Uncompressed (Command Stream)
Algorithm
None
Color Depth Varies based on GDI rendering engine
Developed by Microsoft Corporation
Released 1990
Magic Bytes
D7 CD C6 9A (Aldus Placeable Metafile Header) or 01 00 09 00 (Standard WMF Header)
Full WMF reference →
Extended Image File Format
image/vnd.xiff
Extension
.xif
Container TIFF-based Proprietary Container
Compression CCITT Group 3 / Group 4 / LZW / Uncompressed
Algorithm
CCITT Group 4LZWNone
Color Depth 1-bit (Monochrome), 8-bit (Grayscale), 24-bit (RGB)
Developed by Keyfile Corporation
Released 1994
Magic Bytes
49 49 2A 00 or 4D 4D 00 2A
Full XIFF reference →

Browser Support Comparison

Browser WMF XIFF
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
WMF

WMF Strengths

  • Infinitely scalable vector format that remains remarkably compact for simple geometric illustrations and charts
  • Historically served as a seamless conduit for copying and pasting vector graphics between disparate Windows applications via the system clipboard
Limitations
  • Notoriously plagued by historic security vulnerabilities, making raw WMF parsing a vector for exploits in legacy software
  • Completely obsolete and unsupported in modern web environments (browsers cannot render them)
  • Strictly tied to the Windows GDI architecture, making cross-platform rendering inconsistent across Linux and macOS
XIFF

XIFF Strengths

  • Pioneered early enterprise document workflow integration by binding administrative routing data directly to the document image file
  • Leveraged efficient fax compression standards to keep storage requirements low on 1990s server infrastructure
Limitations
  • Completely proprietary and obsolete; Keyfile Corporation's software ecosystem no longer exists
  • Causes widespread MIME type identification conflicts due to sharing the exact same binary header signature as standard TIFF files
  • Zero support in modern operating systems or web browsers

When to choose which format

WMF
Use WMF when…
  • Legacy Microsoft Office Clip Art and Icons
  • Windows GDI Graphics Export
  • Early Windows Desktop Publishing
XIFF
Use XIFF when…
  • Keyfile Enterprise Document Management
  • Legacy Corporate Workflow Archival
  • Scanned Multi-page Document Routing
Share this comparison