PPMZ
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |released=≤1998 }} '''PPMZ''' is a file compression utility, and associated compressed file format. It was developed ...") |
(samples) |
||
(One intermediate revision by one user not shown) | |||
Line 24: | Line 24: | ||
Dependencies: | Dependencies: | ||
* [https://www.cbloom.com/src/crblib.zip crblib.zip] | * [https://www.cbloom.com/src/crblib.zip crblib.zip] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/ppmz}} | ||
== Links == | == Links == | ||
− | * [https://www.cbloom.com/src/ppmz.html PPMZ2/PPMZ website] - There's some information here, including a | + | * [https://www.cbloom.com/src/ppmz.html PPMZ2/PPMZ website] - There's some information here, including a research paper, though there's also [https://www.cbloom.com/robots.txt]. |
[[Category:Compression research]] | [[Category:Compression research]] |
Latest revision as of 12:45, 12 June 2025
PPMZ is a file compression utility, and associated compressed file format. It was developed by Charles Bloom.
It doesn't have a standard filename extension.
See also:
Contents |
[edit] Identification
Files start with ASCII "PPMZ
".
[edit] Software
- PPMZ v9.1 for DOS (Requires DOS4GW.EXE, not included.)
- PPMZ v9.1 - 32-bit Windows binary [variant 1], and source code (which requires "crblib", not included)
- PPMZ v9.1 - 32-bit Windows binary [variant 2]
- Source code (requires "crblib", not included)
- PPMZ for Linux (Linux port)
Dependencies:
[edit] Sample files
[edit] Links
- PPMZ2/PPMZ website - There's some information here, including a research paper, though there's also [1].