Image MIME Reference
AOL-ART
AOL ART Image
image/x-jg
VS
DirectDraw Surface
image/vnd.ms-dds
DDS
A complete technical comparison of AOL ART Image and DirectDraw Surface — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | AOL-ART | DDS |
|---|---|---|
| Transparency (Alpha) | ✕ No | Yes |
| 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
DirectDraw Surface
image/vnd.ms-dds
Extension
.dds
Container
DirectDraw Surface
Compression
Block Compression (BC1-BC7) / DXTC / S3TC / Uncompressed (RGBA, Floating-Point)
Algorithm
DXT1-DXT5BC1-BC7ASTC / ETC2 (Extended)
Color Depth
8-bit, 16-bit, 24-bit, 32-bit (RGBA), 16-bit/32-bit Floating Point (HDR)
Developed by
Microsoft Corporation
Released
1999
Magic Bytes
44 44 53 20
Browser Support Comparison
| Browser | AOL-ART | DDS |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
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
DDS
DDS Strengths
- Massively reduces VRAM footprint and memory bandwidth usage because the GPU decodes the block compression in hardware
- Encapsulates complex texture arrays, volume textures, cubemaps, and entire mipmap chains within a single, highly structured file
- Supports high-dynamic-range (HDR) floating-point data for modern physically based rendering (PBR)
Limitations
- Block compression algorithms (like DXT) are lossy and can introduce ugly blocky artifacts, especially in smooth gradients or normal maps if not tuned properly
- Files are generally larger on the physical hard drive than highly compressed formats like PNG or WebP
- Zero support in web browsers or standard consumer image viewers
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
DDS
Use DDS when…
- Real-Time 3D Game Textures
- DirectX and Vulkan Rendering Pipelines
- Skyboxes and Environment Cubemaps
- Volume Textures (3D Textures)