|
RLE Compression
RLE stands for
Run Length Encoding. Images commonly have the same information
repeated numerous times in a row. Images can have strips of the same
pixel color for example. Run Length Compression stores
representations of this data in per run format, thereby compressing
the data.
Home >
Imaging Toolkits >
Compression > RLE |