Image MIME Reference
Alias-PIX
Alias PIX Image
image/x-alias-pix
VS
TIFF for Facsimile eXtended
image/tiff-fx
TIFF-FX
A complete technical comparison of Alias PIX Image and TIFF for Facsimile eXtended — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | Alias-PIX | TIFF-FX |
|---|---|---|
| Transparency (Alpha) | ✕ No | ✕ No |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | ✕ No | ✕ No |
| EXIF Metadata | ✕ No | ✕ No |
| ICC Color Profile | ✕ No | Yes |
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)
TIFF for Facsimile eXtended
image/tiff-fx
Extension
.tiff.tif
Container
TIFF 6.0 Tag Directory Structure
Compression
MH / MR / MMR (CCITT Group 3 & 4) / JBIG / JPEG
Algorithm
CCITT Group 3/4JBIGJPEG
Color Depth
1-bit (Monochrome B&W), 8-bit (Grayscale/Color Indexed), 24-bit (RGB Color)
Developed by
IETF (Internet Engineering Task Force)
Released
1998
Magic Bytes
49 49 2A 00 (Little-Endian) / 4D 4D 00 2A (Big-Endian)
Browser Support Comparison
| Browser | Alias-PIX | TIFF-FX |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
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
TIFF-FX
TIFF-FX Strengths
- Provides a universal, standardized format for transmitting multi-page documents over IP networks and email (Internet Fax)
- Supports highly efficient telecom-centric compression algorithms (MMR, JBIG) that produce very small files for text documents
- Maintains backwards compatibility with standard TIFF parsers
Limitations
- Not supported natively by web browsers
- Requires complex parsing of TIFF IFD tags to differentiate a true TIFF-FX file from a standard TIFF file
- Usage is slowly declining as traditional faxing is replaced by secure PDF transmission and e-signature platforms
When to choose which format
Alias-PIX
Use Alias-PIX when…
- Legacy Alias PowerAnimator Textures
- 1990s SGI Workstation Render Outputs
- Historical 3D Graphics Archival
TIFF-FX
Use TIFF-FX when…
- Internet Fax (T.37)
- Enterprise Fax Servers
- Document Archiving
- Telecommunications