ZSQ (LZW compression)
From Just Solve the File Format Problem
(Difference between revisions)
(Sample files and software) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
Line 17: | Line 17: | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{DexvertSamples|archive/zsq}} |
Latest revision as of 02:55, 28 December 2023
ZSQ is a file compression utility developed by Wayne Chin and Arvind Kumar. It describes itself as "File Squeezer using LZW compression algorithm". The companion decompression utility is ZUSQ.
ZSQ might have been a contestant in the race to make a usable format based on LZWCOM, but lost to ARC and Crunch. It uses the same file naming pattern as Crunch.
[edit] Identification
Files apparently start with ASCII "WACK
".
[edit] Software
- ZSQUSQ.ZIP - ZSQ v1.0 and ZUSQ v1.0 (DOS software)
- Deark