LZMA
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |released=2001 }} '''LZMA''' (Lempel–Ziv–Markov chain algorithm) is a general-purpose data compression algorithm an...") |
(→Specifications) |
||
Line 7: | Line 7: | ||
== Specifications == | == Specifications == | ||
− | No | + | No formal specification seems to exist, only source code. The Wikipedia article has some details about it (probably in violation of their rules about original research, so it might get removed). The Lzip manual also has some information about it. |
+ | * [http://www.nongnu.org/lzip/manual/lzip_manual.html#Stream-format Lzip Manual: Stream format] | ||
== Software == | == Software == |
Revision as of 01:00, 24 July 2013
LZMA (Lempel–Ziv–Markov chain algorithm) is a general-purpose data compression algorithm and compressed data format. It's described as being an advanced form of LZ77.
Contents |
Specifications
No formal specification seems to exist, only source code. The Wikipedia article has some details about it (probably in violation of their rules about original research, so it might get removed). The Lzip manual also has some information about it.
Software
Related formats
- LZMA_Alone, Lzip, 7z: Compressed file formats that use LZMA
- LZMA2: An improved version of the data format. See also XZ.