| Position (bytes) |
Type |
Description |
| $00 |
4 ASCII-chars |
File type specifier: SANM |
| $04 |
Byte |
Version, currently set to 1 |
| $05 |
DoubleWord |
Image width in pixels |
| $09 |
DoubleWord |
Image height in pixels |
| $0d |
Integer |
Transparent color or -1 of not defined |
| $11 |
Boolean |
Alpha layer enabled/present |
| $12 |
DoubleWord |
Number of frames |
| $16 |
256*3 Bytes |
The 256 color table with the values Red, Green, Blue |
| $316 |
256 Bytes |
The 256 alpha value table if alpha is enabled |
| For every frame the following data is included |
| ... |
Word |
Delay in milliseconds before the next frame may be displayed |
| ... |
width * height Bytes |
The image color pixels |
| ... |
width * height Bytes |
The image alpha references if alpha is enabled |