NEOchrome Animation
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
Line 21: | Line 21: | ||
== Sample files == | == Sample files == | ||
* [http://cd.textfiles.com/atarilibrary/atari_cd01/CYBER/DEMO.67/BIRD2.ANI BIRD2.ANI] | * [http://cd.textfiles.com/atarilibrary/atari_cd01/CYBER/DEMO.67/BIRD2.ANI BIRD2.ANI] | ||
− | * | + | * {{DexvertSamples|video/neochromeAnimation}} |
== Resources == | == Resources == |
Revision as of 04:07, 28 December 2023
NEOchrome Animation is a simple animation format, presumably associated with the NEOchrome graphics editor for Atari ST (see also NEOchrome).
Contents |
Format details
A file consists of a 22-byte header, followed by the image data.
It is apparently a 16-color paletted format, but no palette is stored in the file. It's not clear whether it uses a predefined palette, or if the palette must come from some other source.
Identification
Files start with signature bytes ba be eb ea
.