LZSS
From Just Solve the File Format Problem
(Difference between revisions)
(Added main points and sources.) |
Dan Tobias (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | {{FormatInfo | ||
| + | |formattype=electronic | ||
| + | |subcat=Compression | ||
| + | }} | ||
The '''LZSS''' format is a data compression format which improves on the [[LZ77]] compression format. The compression works by pointing an end point and a final point in a dictionary back to the original data. | The '''LZSS''' format is a data compression format which improves on the [[LZ77]] compression format. The compression works by pointing an end point and a final point in a dictionary back to the original data. | ||
Revision as of 01:34, 26 March 2015
The LZSS format is a data compression format which improves on the LZ77 compression format. The compression works by pointing an end point and a final point in a dictionary back to the original data.