LZ77
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |pronom={{PRONOM|x-cmp/17}} |released=1977 }} '''LZ77''' is a general kind of data compression. It works by putting cod...") |
|||
Line 5: | Line 5: | ||
|released=1977 | |released=1977 | ||
}} | }} | ||
− | '''LZ77''' is a general | + | '''LZ77''' is a general data compression algorithm. It works by putting codes in the compressed datastream which indicate that some recently-decompressed data is to be repeated. |
== See also == | == See also == | ||
* [[DEFLATE]] | * [[DEFLATE]] | ||
+ | * [[LZ78]] | ||
== Resources == | == Resources == | ||
* [[Wikipedia:LZ77 and LZ78|Wikipedia: LZ77 and LZ78]] | * [[Wikipedia:LZ77 and LZ78|Wikipedia: LZ77 and LZ78]] |
Revision as of 00:56, 2 May 2013
LZ77 is a general data compression algorithm. It works by putting codes in the compressed datastream which indicate that some recently-decompressed data is to be repeated.