Free webp to jpg
Image MIME Reference
AOL-ART

AOL ART Image

image/x-jg
VS

Portable Graymap

image/x-portable-graymap
PGM

A complete technical comparison of AOL ART Image and Portable Graymap — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature AOL-ART PGM
Transparency (Alpha) ✕ No ✕ No
Animation Support ✕ No ✕ No
Progressive Loading Yes ✕ No
HDR Support ✕ No Yes
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
Full AOL-ART reference →
Portable Graymap
image/x-portable-graymap
Extension
.pgm
Container Netpbm
Compression Uncompressed
Algorithm
None
Color Depth 8-bit (Grayscale), 16-bit (Grayscale)
Developed by Jef Poskanzer (Netpbm Project)
Released 1988
Magic Bytes
50 32 (ASCII) or 50 35 (Binary)
Full PGM reference →

Browser Support Comparison

Browser AOL-ART PGM
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
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
PGM

PGM Strengths

  • Extremely simple format allows custom parsers to be written from scratch in minimal time
  • Supports 16-bit precision, making it highly valuable for scientific, medical, and height-map data where 8-bit precision is insufficient
  • ASCII encoding ('P2') allows manual editing and visual inspection of pixel values directly within a text editor
Limitations
  • Strictly limited to grayscale; cannot display color
  • Lack of compression results in massive file sizes, making it entirely impractical for web delivery or consumer storage
  • Does not support alpha transparency or modern metadata structures

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
PGM
Use PGM when…
  • Computer Vision and Machine Learning Pre-processing
  • Scientific and Medical Image Processing
  • Unix/Linux Command-Line Image Pipelines
Share this comparison