ANIM
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
|||
Line 19: | Line 19: | ||
* 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" | * [https://www.fileformat.info/format/iff/spec/7866a9f0e53c42309af667c5da3bd426/view.htm IFF.TXT] - Section named "Cel animation form" | ||
+ | * [http://aminet.net/package/gfx/show/AnimFX AnimFX] → ANIM.guide | ||
== Software == | == Software == | ||
* [https://github.com/murkymark/iffanimplay iffanimplay] | * [https://github.com/murkymark/iffanimplay iffanimplay] | ||
* [https://blitterstudio.com/animplayer/ AnimPlayer] | * [https://blitterstudio.com/animplayer/ AnimPlayer] | ||
+ | * [http://www.etwright.org/cghist/cvtmovie.html cvtmovie] - ANIM-J information and extractor | ||
== Sample files == | == Sample files == |
Revision as of 15:14, 12 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.
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
- cvtmovie - ANIM-J information and extractor