LZX
m (→Specifications) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
Line 23: | Line 23: | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{DexvertSamples|archive/lzx}}xpk_compress.lzx |
== Links == | == Links == |
Revision as of 02:55, 28 December 2023
LZX is both a compression algorithm (of the Lempel-Ziv family) and an archiving program (and file format). The archiving program and compression algorithm were both created by Jonathan Forbes and Tomi Poutanen in Canada, and the archiver was released for the Amiga computer in both shareware and registered versions. When the authors ended support for the program in 1997, they released a key for the registered version so that anybody could use it free.
One of the authors, Jonathan Forbes, later worked for Microsoft, and used LZX compression in some Microsoft formats, including Cabinet, CHM, LIT, WIM, Xbox Live Avatars, and Microsoft XNA Compiled Format.
Contents |
Identification
LZX files begin with ASCII "LZX
".
Specifications
Microsoft's LZX algorithm description is available, but has several errors—see libmspack's comments. There is also an LZX Delta variant of the format, with a much clearer and more correct specification.
Software
- LZX downloads
- LZX V1.21R at aminet
- libmspack - libmspack's implementation of the algorithm is complete and somewhat commented. Note especially the description of errors in Microsoft's LZX specification.
- unlzx - Implements an optimized extractor for LZX archives.
- The Unarchiver
Sample files
- dexvert samples — archive/lzxxpk_compress.lzx