ICE (Michael Lamanuzzi)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |extensions={{ext|ice}} |released=1995 }} '''ICE''' is an obscure file compression utility, and associated compressed f...") |
|||
Line 10: | Line 10: | ||
== Format details == | == Format details == | ||
− | Compressed files | + | Compressed files start with a 4-byte integer representing the original file size. There is no signature. |
+ | |||
+ | ICE format seems to be identical to Yoshizaki's [[LZHUF]] (modulo LZHUF's nonportable header). | ||
== Software == | == Software == | ||
* [http://info.elf.stuba.sk/packages/pub/pc/pack/ice102c.zip ice102c.zip] | * [http://info.elf.stuba.sk/packages/pub/pc/pack/ice102c.zip ice102c.zip] |
Revision as of 13:43, 2 October 2021
ICE is an obscure file compression utility, and associated compressed file format, developed by Michael Lamanuzzi. It runs on DOS.
For other formats named ICE, see the ICE disambiguation page.
Format details
Compressed files start with a 4-byte integer representing the original file size. There is no signature.
ICE format seems to be identical to Yoshizaki's LZHUF (modulo LZHUF's nonportable header).