ANIM
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m |
|||
Line 3: | Line 3: | ||
|subcat=Graphics | |subcat=Graphics | ||
|extensions={{ext|anim}} | |extensions={{ext|anim}} | ||
+ | |wikidata={{wikidata|Q4652973}} | ||
|released=1988 | |released=1988 | ||
}} | }} | ||
Line 9: | Line 10: | ||
'''ANIM''' is an animated raster graphics format that was widely used on Amiga computers. | '''ANIM''' is an animated raster graphics format that was widely used on Amiga computers. | ||
− | It uses the [[IFF]] container format. | + | It uses the [[IFF]] container format. The first frame is usually (more or less) in the form of an embedded [[ILBM]] file. The other frames use one of a number of available schemes for storing the differences from a previous frame. |
== Identification == | == Identification == | ||
− | Files begin with bytes | + | Files begin with bytes {{magic|'F' 'O' 'R' 'M' ?? ?? ?? ?? 'A' 'N' 'I' 'M'}}. |
== Specifications == | == Specifications == | ||
+ | * [https://wiki.amigaos.net/wiki/ANIM_IFF_CEL_Animations ANIM IFF CEL Animations], from the AmigaOS Documentation Wiki | ||
* http://www.textfiles.com/programming/FORMATS/anim7.txt | * http://www.textfiles.com/programming/FORMATS/anim7.txt | ||
+ | * [https://www.fileformat.info/format/iff/spec/7866a9f0e53c42309af667c5da3bd426/view.htm IFF.TXT] - Section named "Cel animation form" | ||
+ | |||
+ | == Software == | ||
+ | * [https://github.com/murkymark/iffanimplay iffanimplay] | ||
== Sample files == | == Sample files == |
Revision as of 15:45, 23 March 2020
- Distinct from DeluxePaint Animation (Anim or ANM) files.
ANIM is an animated raster graphics format that was widely used on Amiga computers.
It uses the IFF container format. The first frame is usually (more or less) in the form of an embedded ILBM file. The other frames use one of a number of available schemes for storing the differences from a previous frame.
Contents |
Identification
Files begin with bytes 'F' 'O' 'R' 'M' ?? ?? ?? ?? 'A' 'N' 'I' 'M'
.
Specifications
- ANIM IFF CEL Animations, from the AmigaOS Documentation Wiki
- http://www.textfiles.com/programming/FORMATS/anim7.txt
- IFF.TXT - Section named "Cel animation form"