ZSQ (LZW compression)
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
'''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''' 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 [[Crunch]]. It uses the same file naming pattern as [[Crunch]]. | + | ZSQ might have been a contestant in the race to make a usable format based on [[LZWCOM]], but lost to [[ARC (compression format)|ARC]] and [[Crunch]]. It uses the same file naming pattern as [[Crunch]]. |
== Identification == | == Identification == | ||
Line 14: | Line 14: | ||
== Software == | == Software == | ||
* {{CdTextfiles|carousel/013C/ZSQUSQ.ZIP|ZSQUSQ.ZIP}} - ZSQ v1.0 and ZUSQ v1.0 (DOS software) | * {{CdTextfiles|carousel/013C/ZSQUSQ.ZIP|ZSQUSQ.ZIP}} - ZSQ v1.0 and ZUSQ v1.0 (DOS software) | ||
+ | * {{Deark}} | ||
+ | |||
+ | == 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