Image MIME Reference
AOL-ART
AOL ART Image
image/x-jg
VS
JPEG Network Graphics
image/x-jng
JNG
A complete technical comparison of AOL ART Image and JPEG Network Graphics — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | AOL-ART | JNG |
|---|---|---|
| Transparency (Alpha) | ✕ No | Yes |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | Yes | Yes |
| HDR Support | ✕ No | ✕ No |
| EXIF Metadata | ✕ No | Yes |
| ICC Color Profile | ✕ No | Yes |
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
JPEG Network Graphics
image/x-jng
Extension
.jng
Container
PNG-style Chunk Structure (JHDR, JDAT, IDAT, IEND)
Compression
Lossy (JPEG/DCT for color) / Lossless (Deflate for alpha mask)
Algorithm
JPEG (Discrete Cosine Transform)Deflate (LZ77)
Color Depth
8-bit, 12-bit, 24-bit (RGB), 32-bit (RGBA)
Developed by
MNG Development Group (Glenn Randers-Pehrson et al.)
Released
2001
Magic Bytes
8B 4A 4E 47 0D 0A 1A 0A
Browser Support Comparison
| Browser | AOL-ART | JNG |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
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
JNG
JNG Strengths
- Solved a massive technical hurdle in the early 2000s by combining high-compression lossy photographic data with crisp, 8-bit alpha transparency
- Utilized the highly robust, extensible chunk-based architecture of the PNG format
- Provided an excellent, bandwidth-saving alternative to massive 32-bit transparent PNGs for web design
Limitations
- Failed to achieve critical mass; browser vendors largely abandoned the MNG/JNG standard due to implementation complexity
- Completely obsolete today, having been superseded by natively supported, superior formats like WebP, AVIF, and HEIC
- Decoding requires a hybrid engine that can parse PNG chunks while simultaneously decoding a JPEG stream and a Deflate stream, complicating software support
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
JNG
Use JNG when…
- Embedded frames in MNG animations
- Historical web graphics requiring lossy compression with transparency