RLA
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
(One intermediate revision by one user not shown) | |||
Line 19: | Line 19: | ||
== Resources == | == Resources == | ||
* {{EGFF|wavefrontrla|Wavefront RLA File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] | * {{EGFF|wavefrontrla|Wavefront RLA File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/rla}} |
Latest revision as of 02:57, 28 December 2023
RLA a raster image file format associated with the Advanced Visualizer animation software from Wavefront Technologies. It uses RLE compression.
Contents[hide] |
[edit] Format
An RLA file begins with a 740 byte header, followed by a table of scan line offsets, followed by the pixel data.
[edit] See also
- Alias PIX: An independently-developed image format, but could be confused with RLA because both came to be associated with Alias|Wavefront.
[edit] Software
- Netpbm (read-only)
- ImageMagick (format named "RLA"; read-only)