Lzop
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |name=lzop |formattype=electronic |subcat=Compression |extensions={{ext|lzo}} |released=1997 }} '''lzop''' is a data compression utility and compressed file forma...") |
Parchivist (Talk | contribs) |
||
| (One intermediate revision by one user not shown) | |||
| Line 6: | Line 6: | ||
|released=1997 | |released=1997 | ||
}} | }} | ||
| − | '''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]]. | + | '''lzop''' is a data compression utility and compressed file format, designed for very fast compression and decompression. It uses [[LZO|Lempel–Ziv–Oberhumer]] (LZO) compression. It can often be used as a drop-in replacement for [[gzip]]. |
== Identification == | == Identification == | ||
| Line 14: | Line 14: | ||
* [http://www.lzop.org/ lzop] | * [http://www.lzop.org/ lzop] | ||
* [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]) | ||
== Links == | == Links == | ||
Revision as of 20:15, 1 October 2023
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.
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)