Functions | |
| u16 | PA_GetGifWidth (void *gif) |
| Get a Gif's width in pixels | |
| u16 | PA_GetGifHeight (void *gif) |
| Get a Gif's height in pixels | |
| void | PA_LoadGif (u8 screen, void *gif) |
| Load a Gif on a 16 bit background... Don't forget to Init the background ! | |
| void | PA_GifAnimSpeed (float speed) |
| Set the gif's speed | |
| void | PA_GifAnimStop (void) |
| Stop a Gif animation | |
| void | PA_GifAnimPause (void) |
| Pause a Gif animation | |
| s32 | PA_GifGetFrame (void) |
| Return's the gif's current frame | |
Manages everything about gif files.
1.3.9.1