Dictionary-based compression
A dictionary can be used, like in the example below.
Repeated data is appended to the dictionary.
This method results in a significant reduction in file size, but the dictionary also needs to be in the file (therefore increasing the size)
RLE and dictionary-based methods are most effective on files that contain a lot of repeated data!