Lzop
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) |
(sample files) |
||
Line 15: | Line 15: | ||
* [http://www.oberhumer.com/opensource/lzo/ LZO library] - required to build lzop | * [http://www.oberhumer.com/opensource/lzo/ LZO library] - required to build lzop | ||
* [https://ghisler.fileburst.com/plugins/lzop.zip LZOP plugin for Total Commander] ([https://www.ghisler.com/plugins.htm plugin page], [https://totalcmd.net/plugring/lzop.html alternate]) | * [https://ghisler.fileburst.com/plugins/lzop.zip LZOP plugin for Total Commander] ([https://www.ghisler.com/plugins.htm plugin page], [https://totalcmd.net/plugring/lzop.html alternate]) | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/lzop}} | ||
== Links == | == Links == |
Revision as of 20:54, 24 March 2025
lzop is a data compression utility and compressed file format, designed for very fast compression and decompression. It uses Lempel–Ziv–Oberhumer (LZO) compression. It can often be used as a drop-in replacement for gzip.
Contents |
Identification
Files begin with bytes 89 4C 5A 4F 00 0D 0A 1A 0A
.
Software
- lzop
- LZO library - required to build lzop
- LZOP plugin for Total Commander (plugin page, alternate)