Alias PIX
Alias PIX is a raster image file format. It contains a 24-bit "true color" image, compressed with run-length encoding.
For practical purposes, it is identical to Vivid IMG format, though there might be a small difference in how the unimportant fields are defined.
There is also a (rare?) 8-bit single-sample variant, which might technically be called "Matte" format, instead of "PIX".
Contents |
Disambiguation
Not to be confused with RLA. PIX and RLA are different formats that are both related to the terms "Alias" and "Wavefront".
Format details
An Alias PIX file has a 10 byte header, followed by the pixel data.
Identification
Robust identification of an Alias PIX file from its contents is challenging.
The field at offset 8 is 24 (00 18), or 8 for Matte format.
The field at offset 4 (x-offset) is almost always 0.
The field at offset 6 (y-offset) is almost always 0, or one less than the height, or equal to the height.
Other tests could be to check that the dimensions seem sane, or to decompress part of the image and check for errors.
Specifications
- Alias PIX File Format Information
- Autodesk website: Alias Pix image file
- Autodesk website: Matte file
See also Vivid IMG#Specifications.
Software
- ImageMagick (format named "PIX")
- Deark
- XnView
- Image Alchemy