ANIM
From Just Solve the File Format Problem
(Difference between revisions)
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
− | |extensions={{ext|anim}} | + | |extensions={{ext|anim}}, {{ext|sndanim}}, others |
|wikidata={{wikidata|Q4652973}} | |wikidata={{wikidata|Q4652973}} | ||
|released=1988 | |released=1988 | ||
Line 11: | Line 11: | ||
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. | 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. | ||
+ | |||
+ | There is at least one extension to add audio to an ANIM file: Refer to AnimFX's documentation of the <code>SXHD</code> and <code>SBDY</code> chunks. | ||
== Identification == | == Identification == | ||
Line 24: | Line 26: | ||
* [https://github.com/murkymark/iffanimplay iffanimplay] | * [https://github.com/murkymark/iffanimplay iffanimplay] | ||
* [https://blitterstudio.com/animplayer/ AnimPlayer] | * [https://blitterstudio.com/animplayer/ AnimPlayer] | ||
+ | * [http://xanim.polter.net/ XAnim] | ||
* [http://www.etwright.org/cghist/cvtmovie.html cvtmovie] - ANIM-J information and extractor | * [http://www.etwright.org/cghist/cvtmovie.html cvtmovie] - ANIM-J information and extractor | ||
Revision as of 13:02, 14 April 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.
There is at least one extension to add audio to an ANIM file: Refer to AnimFX's documentation of the SXHD
and SBDY
chunks.
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"
- AnimFX → ANIM.guide
Software
- iffanimplay
- AnimPlayer
- XAnim
- cvtmovie - ANIM-J information and extractor