|
WORD | frames |
| [AI] Number of animation frames in the first segment of the file (main animation). [AI] More...
|
|
WORD | width |
| [AI] Image width in pixels for the animation. [AI] More...
|
|
WORD | height |
| [AI] Image height in pixels for the animation. [AI] More...
|
|
WORD | depth |
| [AI] Color depth in bits per pixel (usually 8, i.e., indexed color). [AI] More...
|
|
WORD | flags |
| [AI] File format flags, usually zero or three. [AI] More...
|
|
DWORD | speed |
| [AI] Playback speed—time between frames in milliseconds. [AI] More...
|
|
DWORD | size |
| [AI] Total size of the chunk in bytes, including the header and payload/subchunks. More...
|
|
WORD | type |
| [AI] Chunk type identifier (see FLI_CHUNK_TYPE). More...
|
|
[AI] Structure for the main header of a FLIC animation file.
Defines resolution, color depth, and timing information for the animation.
[AI] This header is found at the start of every .FLI/.FLC animation and describes global properties for rendering the animation. Inherits from FLIC_CHUNK.
Definition at line 42 of file flic.h.