Alias PIX

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Sample files)
Line 2: Line 2:
 
|formattype=electronic
 
|formattype=electronic
 
|subcat=Graphics
 
|subcat=Graphics
|extensions={{ext|img}}, {{ext|als}}, {{ext|pix}}
+
|extensions={{ext|img}}, {{ext|pix}}, {{ext|als}}, others
 
|pronom={{PRONOM|fmt/1092}}
 
|pronom={{PRONOM|fmt/1092}}
 
}}
 
}}
'''Alias PIX''' is a raster image file format. It uses [[Run-length encoding|RLE]] compression, and supports truecolor and grayscale images.
+
'''Alias PIX''' is a raster image file format. It supports 24-bit "true-color" images, and uses [[run-length encoding]].
  
The truecolor variety is also known as [[Vivid IMG]]. See [[Vivid IMG]] for more information relevant to Alias PIX.
+
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".
  
 
== Disambiguation ==
 
== 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.
+
[[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 ==
+
== Format details ==
 
An Alias PIX file has a 10 byte header, followed by the pixel data.
 
An Alias PIX file has a 10 byte header, followed by the pixel data.
  
Full format: https://www.autodesk.com/techpubs/aliasstudio/2010/index.html?url=WS73099cc142f4875535a241551166ac8792f-7d76.htm,topicNumber=d0e246178
+
== Identification ==
 +
Robust identification of an Alias PIX file from its contents is challenging.
 +
 
 +
The field at offset 8 is 24 ({{magic|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 ==
 +
* [https://www.martinreddy.net/gfx/2d/PIX.txt Alias PIX File Format Information]
 +
* [https://download.autodesk.com/us/alias/2012help/files/GUID-FD35BBF5-820E-43C8-81DC-4BA6E1F9D86-1476.htm Autodeks website: Alias Pix image file]
 +
* [https://download.autodesk.com/us/alias/2012help/files/GUID-3F9E1BF1-F8A0-4374-BA2A-5A2D5DEFC79-1477.htm Autodesk website: Matte file]
 +
 
 +
See also [[Vivid IMG#Specifications]].
  
 
== Software ==
 
== Software ==
Line 24: Line 42:
 
== Sample files ==
 
== Sample files ==
 
* {{DexvertSamples|image/aliasPIX}}
 
* {{DexvertSamples|image/aliasPIX}}
 
== Resources ==
 
* [http://www.martinreddy.net/gfx/2d/PIX.txt Alias PIX File Format Information]
 

Revision as of 16:09, 14 December 2025

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