Free webp to jpg
Image MIME Reference
AVCS

AVC Image Sequence (HEIF Container)

image/avcs
VS

X Bitmap (Legacy MIME Alias)

image/x-xbm
XBM

A complete technical comparison of AVC Image Sequence (HEIF Container) and X Bitmap (Legacy MIME Alias) — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature AVCS XBM
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
AVC Image Sequence (HEIF Container)
image/avcs
Extension
.avcs.heifs
Container HEIF / ISOBMFF (ISO/IEC 14496-12)
Compression Lossy / Lossless
Algorithm
AVC (Advanced Video Coding / H.264)
Color Depth 8-bit, 10-bit, 12-bit
Developed by Moving Picture Experts Group (MPEG) / ISO/IEC JTC 1
Released 2015
Magic Bytes
XX XX XX XX 66 74 79 70 61 76 63 73
Full AVCS reference →
X Bitmap (Legacy MIME Alias)
image/x-xbm
Extension
.xbm
Container C Source Code Header (.h)
Compression Uncompressed (Source Code)
Algorithm
None
Color Depth 1-bit (Monochrome)
Developed by MIT / X Consortium (X Window System)
Released 1988
Magic Bytes
23 64 65 66 69 6e 65 (ASCII '#define')
Full XBM reference →

Browser Support Comparison

Browser AVCS XBM
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
AVCS

AVCS Strengths

  • Efficiently stores bursts of images or animations utilizing inter-frame compression
  • Leverages the highly compatible and widely hardware-accelerated AVC (H.264) codec
  • Robust HEIF container supports extensive metadata, alpha channels, and depth maps
Limitations
  • Zero native support in web browsers
  • Largely superseded in efficiency by newer sequence formats like HEICS (HEVC) or Animated AVIF (AV1)
  • Complicated container structure requires specialized parsing libraries
XBM

XBM Strengths

  • Can be compiled directly into C or C++ source code without needing an external file loader or binary asset manager
  • Human-readable structure allows developers to inspect, edit, or hand-craft tiny icons directly within a text editor
  • Extremely predictable and lightweight for 1-bit hardware displays and embedded systems
Limitations
  • Strictly limited to 1-bit monochrome (black and white) graphics with no gray or color support
  • Text-based C syntax creates massive file bloat compared to binary 1-bit formats like PBM
  • Completely deprecated in modern web browsers and desktop GUI frameworks

When to choose which format

AVCS
Use AVCS when…
  • Burst Photography
  • Short Animations
  • Camera Capture
  • Archival Storage
XBM
Use XBM when…
  • X Window System (X11) Cursors and Icons
  • Embedded C/C++ Firmware UI Assets
  • Early 1990s Unix Web Graphics
Share this comparison