run-length encoding

Bitmapped graphics files are typically larger than they need to be. Run-length encoding is a compression technique that reduces file sizes, especially for black-and-white or cartoon-style line art graphics. It works by replacing "runs" of the same color with a single character. The more runs there are, and the longer the run sequence, the greater the compression.

See also: .rle