LZX

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |subcat=Archiving |extensions={{ext|lzx}} |released=1995 }} '''LZX''' is both a compression algorithm (of the Lempel-Ziv family) and an archiving program (and fi...")
 
m (Sample files)
 
(12 intermediate revisions by 6 users not shown)
Line 7: Line 7:
 
'''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.
 
'''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]], and [[Xbox Live Avatar]]s.
+
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 Avatar]]s, and [[Microsoft XNA Compiled Format]].
 +
 
 +
== Identification ==
 +
LZX files begin with ASCII "{{magic|LZX}}".
 +
 
 +
== Specifications ==
 +
[https://msdn.microsoft.com/library/bb417343.aspx#lzxdatacompressionformat 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 ==
 +
* [http://xavprods.free.fr/lzx/ LZX downloads]
 +
* [http://aminet.net/package/util/arc/lzx121r1 LZX V1.21R] at aminet
 +
* [https://www.cabextract.org.uk/libmspack/ libmspack] - [https://github.com/kyz/libmspack/blob/master/libmspack/mspack/lzxd.c libmspack's implementation] of the algorithm is complete and somewhat commented. Note especially the description of errors in Microsoft's LZX specification.
 +
* [http://aminet.net/misc/unix/unlzx.c.gz unlzx] - Implements an optimized extractor for LZX archives.
 +
* [[The Unarchiver]]
 +
 
 +
== Sample files ==
 +
* {{DexvertSamples|archive/lzx}}
  
 
== Links ==
 
== Links ==
 
* [[Wikipedia:LZX|Wikipedia article]]
 
* [[Wikipedia:LZX|Wikipedia article]]
* [http://xavprods.free.fr/lzx/ LZX downloads]
 
* [http://main.aminet.net/misc/unix/unlzx.c.gz Unlzx source code]
 
 
* [http://eab.abime.net/showthread.php?t=18695 Discussion on extracting LZX under Windows]
 
* [http://eab.abime.net/showthread.php?t=18695 Discussion on extracting LZX under Windows]
 +
 +
[[Category:Compression]]

Latest revision as of 03:38, 28 December 2023

File Format
Name LZX
Ontology
Extension(s) .lzx
Released 1995

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

[edit] Identification

LZX files begin with ASCII "LZX".

[edit] 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.

[edit] Software

[edit] Sample files

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox