Pack-Ice
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (→Sample files) |
(→Identification) |
||
(One intermediate revision by one user not shown) | |||
Line 4: | Line 4: | ||
|released=1990 | |released=1990 | ||
}} | }} | ||
+ | :''For other "Ice" formats, see [[ICE]].'' | ||
+ | |||
'''Pack-Ice''' (also called '''Ice Packer''' or '''ICE!''') is a file compression program, and associated file format, used on Atari ST computers. It was developed by someone calling himself "Axe of Delight", who later changed his handle to "Axe of Superior". | '''Pack-Ice''' (also called '''Ice Packer''' or '''ICE!''') is a file compression program, and associated file format, used on Atari ST computers. It was developed by someone calling himself "Axe of Delight", who later changed his handle to "Axe of Superior". | ||
There are several different versions of the format, and it's not clear how compatible they are. | There are several different versions of the format, and it's not clear how compatible they are. | ||
− | |||
− | |||
== Identification == | == Identification == | ||
Apparently, files begin with ASCII "{{magic|Ice!}}", or (starting with v2.40?) "{{magic|ICE!}}". | Apparently, files begin with ASCII "{{magic|Ice!}}", or (starting with v2.40?) "{{magic|ICE!}}". | ||
+ | |||
+ | More research needed. The source code for ''Ancient'' indicates that files can also start with "{{magic|TMM!}}", "{{magic|TSM!}}", or "{{magic|SHE!}}", or end with "{{magic|Ice!}}". | ||
== Software == | == Software == | ||
Line 19: | Line 21: | ||
* ftp://ftp.untergrund.net/users/ltk_tscc/fujiology/D/DELIGHT/ → ICE*.ZIP: Several versions of Pack-Ice | * ftp://ftp.untergrund.net/users/ltk_tscc/fujiology/D/DELIGHT/ → ICE*.ZIP: Several versions of Pack-Ice | ||
* [http://dhs.nu/news.php?t=single&ID=790 Pack-Ice source code] (assembly language) | * [http://dhs.nu/news.php?t=single&ID=790 Pack-Ice source code] (assembly language) | ||
+ | * [https://github.com/temisu/ancient Ancient] | ||
== Sample files == | == Sample files == |
Latest revision as of 18:02, 1 November 2024
- For other "Ice" formats, see ICE.
Pack-Ice (also called Ice Packer or ICE!) is a file compression program, and associated file format, used on Atari ST computers. It was developed by someone calling himself "Axe of Delight", who later changed his handle to "Axe of Superior".
There are several different versions of the format, and it's not clear how compatible they are.
Contents |
[edit] Identification
Apparently, files begin with ASCII "Ice!
", or (starting with v2.40?) "ICE!
".
More research needed. The source code for Ancient indicates that files can also start with "TMM!
", "TSM!
", or "SHE!
", or end with "Ice!
".
[edit] Software
- unice68
- Pack-Ice 2.4 (Atari software)
- ftp://ftp.untergrund.net/users/ltk_tscc/fujiology/D/DELIGHT/ → ICE*.ZIP: Several versions of Pack-Ice
- Pack-Ice source code (assembly language)
- Ancient
[edit] Sample files
- http://cd.textfiles.com/atarilibrary/atari_cd07/DISKMAGS/DBAMAG/DBAMAG12/PICTURES/
- http://sndh.atari.org/sndh/sndh_lf/ → *.sndh
- dexvert samples — archive/packIce
[edit] Links
- ICE, from the Atari Forum Wiki
- Packing Algorithms, by Axe of Superior