Headered images are images found in the XLD archives. They have simple header specifying the dimensions and the number of frames.
Header[]
Offset | Size | Type | Description |
---|---|---|---|
0 | 2 | integer | image width |
2 | 2 | integer | image height |
4 | 1 | unknown | |
5 | 1 | integer | number of frames |
6 | width×height | byte color indices | image data |
After the first frame, more frames may be stored, with or without additional headers. Whether the header is included in additional frames or not, is not stored in the image itself.