NEOchrome Animation
From Just Solve the File Format Problem
(Difference between revisions)
(Sample file) |
|||
Line 5: | Line 5: | ||
|extensions={{ext|ani}} | |extensions={{ext|ani}} | ||
}} | }} | ||
− | '''NEOchrome Animation''' is a simple animation format, presumably associated with the ''NEOchrome'' graphics editor for Atari ST | + | '''NEOchrome Animation''' is a simple animation format, presumably associated with the ''NEOchrome'' graphics editor for Atari ST (see also [[NEOchrome]]). |
+ | |||
+ | == Format details == | ||
+ | A file consists of 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 {{magic|ba be eb ea}}. | ||
== Sample files == | == Sample files == |
Revision as of 01:02, 27 July 2015
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 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
.