Texonom
Texonom
/
Computing
Computing
/Computing Theory/Information Theory/Cryptography/Encoding/Data Compression/Lossless Compression/
Run-length encoding
Search

Run-length encoding

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2025 Mar 19 11:35
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2025 Mar 19 11:36
Refs
Refs

RLE

 
 
 
 
 
Run-length encoding
Run-length encoding (RLE) is a form of lossless data compression in which runs of data (consecutive occurrences of the same data value) are stored as a single occurrence of that data value and a count of its consecutive occurrences, rather than as the original run. As an imaginary example of the concept, when encoding an image built up from colored dots, the sequence "green green green green green green green green green" is shortened to "green x 9". This is most efficient on data that contains many such runs, for example, simple graphic images such as icons, line drawings, games, and animations. For files that do not have many runs, encoding them with RLE could increase the file size.
Run-length encoding
https://en.wikipedia.org/wiki/Run-length_encoding
 
 

Recommendations

Texonom
Texonom
/
Computing
Computing
/Computing Theory/Information Theory/Cryptography/Encoding/Data Compression/Lossless Compression/
Run-length encoding
Copyright Seonglae Cho