ZPAQ
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|zpaq}}, {{ext|cfg}} |released=2009 }} '''ZPAQ''' (or '''zpaq''') is a compressed archive format, and as...") |
(Category:Compression research) |
||
Line 26: | Line 26: | ||
* [http://mattmahoney.net/dc/zpaq.html ZPAQ website] | * [http://mattmahoney.net/dc/zpaq.html ZPAQ website] | ||
* [[Wikipedia:ZPAQ|Wikipedia article]] | * [[Wikipedia:ZPAQ|Wikipedia article]] | ||
+ | |||
+ | [[Category:Compression research]] |
Revision as of 20:26, 13 May 2016
ZPAQ (or zpaq) is a compressed archive format, and associated software.
Apparently, a capitalized ZPAQ usually refers to the format, while zpaq refers to the software.
Contents |
ZPAQL
To the best of our understanding, ZPAQ decompression algorithms are written in a special programming language called ZPAQL (which apparently uses the .cfg file extension), compiled to bytecode, and stored in each ZPAQ archive. This allows ZPAQ to use practically any compression algorithm.
Identification
Most or all ZPAQ archives begin with ASCII "zPQ
", or "7kSt
".