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...") |
|||
(3 intermediate revisions by one user not shown) | |||
Line 4: | Line 4: | ||
|released=2001 | |released=2001 | ||
}} | }} | ||
− | '''LZMA''' (Lempel–Ziv–Markov chain algorithm) is a general-purpose data compression algorithm and compressed data format. It's described as | + | :''For the '''.lzma''' file format, see [[LZMA Alone|LZMA_Alone]].'' |
+ | |||
+ | '''LZMA''' (Lempel–Ziv–Markov chain algorithm) is a general-purpose data compression algorithm and compressed data format. It's described as an advanced form of [[LZ77]]. | ||
== 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 == | ||
* [http://www.7-zip.org/sdk.html LZMA SDK] | * [http://www.7-zip.org/sdk.html LZMA SDK] | ||
+ | * [http://tukaani.org/xz/ XZ Utils] → liblzma | ||
== Related formats == | == Related formats == | ||
− | * [[LZMA Alone|LZMA_Alone]] | + | * [[LZMA Alone|LZMA_Alone]]: Compressed file format that uses LZMA |
− | * [[LZMA2]]: An improved version of the data format | + | * [[Lzip]]: Compressed file format that uses LZMA |
+ | * [[7z]]: Compressed archive format that usually uses LZMA | ||
+ | * [[LZMA2]]: An improved version of the data format (see also [[XZ]]) | ||
== Links == | == Links == | ||
* [[Wikipedia:Lempel–Ziv–Markov chain algorithm|Wikipedia article]] | * [[Wikipedia:Lempel–Ziv–Markov chain algorithm|Wikipedia article]] |
Latest revision as of 16:23, 18 January 2014
- For the .lzma file format, see LZMA_Alone.
LZMA (Lempel–Ziv–Markov chain algorithm) is a general-purpose data compression algorithm and compressed data format. It's described as an advanced form of LZ77.
Contents |
[edit] 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.
[edit] Software
[edit] Related formats
- LZMA_Alone: Compressed file format that uses LZMA
- Lzip: Compressed file format that uses LZMA
- 7z: Compressed archive format that usually uses LZMA
- LZMA2: An improved version of the data format (see also XZ)