Run-length encoding

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(PRONOM ID)
Line 8: Line 8:
 
RLE can be effective for some types of data, or as part of a more sophisticated algorithm, but by itself it is a poor general purpose compression algorithm.
 
RLE can be effective for some types of data, or as part of a more sophisticated algorithm, but by itself it is a poor general purpose compression algorithm.
  
Formats which can use some form of RLE include
+
RLE is used in countless [[Graphics#Raster Graphics Formats|raster graphics]] formats.
* [[TIFF]] (compression type 32773: PackBits)
+
* [[BMP]] (compression types RLE4 and RLE8)
+
* [[TGA]]
+
* [[PCX]]
+
  
 
== External links ==
 
== External links ==
 
* [[Wikipedia:Run-length encoding|Wikipedia article]]
 
* [[Wikipedia:Run-length encoding|Wikipedia article]]

Revision as of 15:09, 16 April 2013

File Format
Name Run-length encoding
Ontology
PRONOM x-cmp/13

Run-length encoding (RLE) is a simple kind of data compression, in which a run of consecutive equal data values is replaced by a code indicating the run length and the data value.

RLE can be effective for some types of data, or as part of a more sophisticated algorithm, but by itself it is a poor general purpose compression algorithm.

RLE is used in countless raster graphics formats.

External links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox