Image MIME Reference
Alias-PIX
Alias PIX Image
image/x-alias-pix
VS
AirZip Accelerator Image
image/vnd.airzip.accelerator.azv
AZV
A complete technical comparison of Alias PIX Image and AirZip Accelerator Image — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | Alias-PIX | AZV |
|---|---|---|
| Transparency (Alpha) | ✕ No | ✕ No |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | ✕ No | Yes |
| HDR Support | ✕ No | ✕ No |
| EXIF Metadata | ✕ No | ✕ No |
| ICC Color Profile | ✕ No | ✕ No |
Alias PIX Image
image/x-alias-pix
Extension
.pix.als.alias.img
Container
Alias PIX Header
Compression
Run-Length Encoding (RLE)
Algorithm
RLE
Color Depth
24-bit (RGB), 8-bit (Matte/Grayscale variant)
Developed by
Alias Research (Later Alias|Wavefront / Autodesk)
Released
Early 1990s
Magic Bytes
No explicit magic bytes (Relies on 10-byte integer header)
AirZip Accelerator Image
image/vnd.airzip.accelerator.azv
Extension
.azv
Container
Proprietary AirZip Container
Compression
Lossy (Proprietary) / Lossless (Proprietary)
Algorithm
AirZip Proprietary Compression
Color Depth
8-bit (Indexed), 24-bit (RGB)
Developed by
AirZip, Inc.
Released
1999
Magic Bytes
Unknown (Proprietary)
Browser Support Comparison
| Browser | Alias-PIX | AZV |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
Alias-PIX
Alias-PIX Strengths
- The highly simplified structure made it incredibly fast to encode and decode on early 1990s SGI hardware
- Lossless Run-Length Encoding (RLE) saved disk space without degrading the quality of final 3D renders
Limitations
- Completely obsolete, having been replaced by more robust formats like TIFF, TGA, and EXR in modern 3D pipelines
- The lack of a distinct magic byte signature makes reliable automated file detection almost impossible
- Does not support integrated alpha channels, instead requiring cumbersome, separate 'Matte' files to denote transparency
AZV
AZV Strengths
- Historically allowed internet users to browse the web up to 5x faster over 56k dial-up modems by drastically reducing image payload sizes
- Officially registered in the IANA vendor tree, preventing MIME type conflicts on early web proxy servers
Limitations
- Completely obsolete in the modern broadband era
- Closed-source and proprietary, meaning no modern image manipulation libraries (like ImageMagick or libvips) can decode it
- Zero support in standard web browsers
When to choose which format
Alias-PIX
Use Alias-PIX when…
- Legacy Alias PowerAnimator Textures
- 1990s SGI Workstation Render Outputs
- Historical 3D Graphics Archival
AZV
Use AZV when…
- Dial-up Web Acceleration
- Bandwidth Optimization (Historical)
- Legacy Proxy Servers