RLA
From Just Solve the File Format Problem
(Difference between revisions)
Line 5: | Line 5: | ||
|pronom={{PRONOM|x-fmt/188}} | |pronom={{PRONOM|x-fmt/188}} | ||
}} | }} | ||
− | |||
'''RLA''' a raster image file format associated with the ''Advanced Visualizer'' animation software from Wavefront Technologies. It uses [[Run-length encoding|RLE]] compression. | '''RLA''' a raster image file format associated with the ''Advanced Visualizer'' animation software from Wavefront Technologies. It uses [[Run-length encoding|RLE]] compression. | ||
Line 12: | Line 11: | ||
== See also == | == See also == | ||
− | * [[Alias PIX]] | + | * [[Alias PIX]]: An independently-developed image format, but could be confused with RLA because both came to be associated with Alias|Wavefront. |
== Software == | == Software == | ||
− | * [ | + | * [[Netpbm]] (read-only) |
− | * [ | + | * [[ImageMagick]] (format named "RLA"; read-only) |
== Resources == | == Resources == | ||
− | * | + | * {{EGFF|wavefrontrla|Wavefront RLA File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] |
Revision as of 03:23, 6 December 2013
RLA a raster image file format associated with the Advanced Visualizer animation software from Wavefront Technologies. It uses RLE compression.
Contents[hide] |
Format
An RLA file begins with a 740 byte header, followed by a table of scan line offsets, followed by the pixel data.
See also
- Alias PIX: An independently-developed image format, but could be confused with RLA because both came to be associated with Alias|Wavefront.
Software
- Netpbm (read-only)
- ImageMagick (format named "RLA"; read-only)