RLA
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Added sample files) | |||
| 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 == | ||
| + | * https://telparia.com/fileFormatSamples/image/rla/ | ||
Revision as of 19:27, 4 August 2020
RLA a raster image file format associated with the Advanced Visualizer animation software from Wavefront Technologies. It uses RLE compression.
| Contents | 
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)

