-
RLE - Run Length Encoding (Matlab)
A Matlab implementation of RLE (Run Length Encoding) demonstration that takes a string and compresses it.
Works well when long sequences of the same letter appear in the string.
-
RLE Run Length Encoding
Run-length encoding (RLE) is a simple form of data compression in which runs of data are stored as a single data value and count.
This is most useful on data that contains many such runs: for example, relatively simple graphic images such as icons, line drawings, and animations. This method was used for Fax encoding.
-
Huffman Code Demo
This demo demonstrates how to calculate Huffman code of an image
