Image MIME Reference
AOL-ART
AOL ART Image
image/x-jg
VS
X Bitmap (Legacy MIME Alias)
image/x-xbm
XBM
A complete technical comparison of AOL ART Image 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 | AOL-ART | XBM |
|---|---|---|
| Transparency (Alpha) | ✕ No | Yes |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | Yes | ✕ No |
| HDR Support | ✕ No | ✕ No |
| EXIF Metadata | ✕ No | ✕ No |
| ICC Color Profile | ✕ No | ✕ No |
AOL ART Image
image/x-jg
Extension
.art
Container
Johnson-Grace Proprietary
Compression
Proprietary Wavelet (Photos) / Proprietary Palette-based (Graphics)
Algorithm
Wavelet (similar to early JPEG 2000 concepts)Lossy DCT
Color Depth
8-bit (Indexed), 24-bit (RGB)
Developed by
Johnson-Grace Company (Acquired by AOL)
Released
1994
Magic Bytes
4A 47 03 00 or 4A 47 04 00
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')
Browser Support Comparison
| Browser | AOL-ART | XBM |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ |
✓
|
AOL-ART
AOL-ART Strengths
- Historically provided massive file size reductions (up to 3x smaller than JPEGs of the era) and highly optimized progressive rendering for 14.4k modems
- Enabled faster web browsing on the AOL network during the early days of the commercial internet
Limitations
- Completely proprietary, heavily patent-encumbered, and never officially reverse-engineered for the open-source community
- On-the-fly proxy compression ruined the visual fidelity of many 1990s websites for AOL users
- Virtually impossible to open on modern operating systems without installing niche, legacy image viewers
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
AOL-ART
Use AOL-ART when…
- Historical AOL Dial-up Web Browsing
- Legacy America Online Client Assets
- 1990s Internet Archival
XBM
Use XBM when…
- X Window System (X11) Cursors and Icons
- Embedded C/C++ Firmware UI Assets
- Early 1990s Unix Web Graphics