LZMA2
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression }} '''LZMA2''' is a compressed data format. It can be thought of as either a container format for LZMA, or as an im...") |
Parchivist (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 9: | Line 9: | ||
== Software == | == Software == | ||
* [http://7-zip.org/sdk.html LZMA SDK] | * [http://7-zip.org/sdk.html LZMA SDK] | ||
+ | * [http://tukaani.org/xz/ XZ Utils] → liblzma | ||
+ | * [https://github.com/conor42/fast-lzma2 Fast LZMA2 Library] | ||
== Links == | == Links == | ||
* [[Wikipedia:Lempel–Ziv–Markov chain algorithm|Wikipedia: Lempel–Ziv–Markov chain algorithm]] - Has some information about LZMA2 | * [[Wikipedia:Lempel–Ziv–Markov chain algorithm|Wikipedia: Lempel–Ziv–Markov chain algorithm]] - Has some information about LZMA2 |
Latest revision as of 01:17, 28 September 2023
LZMA2 is a compressed data format. It can be thought of as either a container format for LZMA, or as an improved version of the LZMA data format. Among other features, it allows different parts of the datastream to use different compression parameters.
It is used by the XZ file format, and is one of the available compression formats used by 7z.
[edit] Software
- LZMA SDK
- XZ Utils → liblzma
- Fast LZMA2 Library
[edit] Links
- Wikipedia: Lempel–Ziv–Markov chain algorithm - Has some information about LZMA2