LZ5 and Lizard
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |extensions={{ext|liz}}, {{ext|lz5}} |released=2015 }} '''LZ5'''/'''Lizard''' is a compressed data format, and compress...") |
Latest revision as of 13:39, 5 November 2023
LZ5/Lizard is a compressed data format, and compressed file format.
The original name was LZ5. There were two major versions of LZ5: 1.x and 2.x. In 2017, LZ5 2.x was renamed to Lizard 1.x. (Or something like that. More research may be needed here.)
LZ5/Lizard was apparently developed by Przemyslaw Skibinski, based on LZ4 source code by Yann Collet.
Contents |
[edit] Disambiguation
This "LZ5" is not related to the compression scheme identifiers used by LArc and PUT.
[edit] Identification
LZ5 1.x compressed files start with bytes 05 22 4D 18
.
LZ5 2.x and Lizard 1.x compressed files start with 06 22 4D 18
.
Compare to LZ4#Identification.
[edit] Specifications
[edit] Software
[edit] Links
- LZ5 announcement (forum post)