Alias PIX

From Just Solve the File Format Problem
Jump to: navigation, search
File Format
Name Alias PIX
Ontology
Extension(s) .img, .pix, .als, others
PRONOM fmt/1092

Alias PIX is a raster image file format. It supports 24-bit "true-color" images, and uses run-length encoding.

For all 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

ImageMagick calls Alias PIX Alias/Wavefront RLE image format. This is potentially confusing, because a different format, RLA, is also associated with Alias|Wavefront, and also uses RLE compression.

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

See also Vivid IMG#Specifications.

Software

Sample files

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox