|
LibGd 2.4.0-dev
GD Graphics library
|
Per-frame information read from a GIF animation. More...
#include <gd.h>
Data Fields | |
| int | frame_index |
| int | x |
| int | y |
| int | width |
| int | height |
| int | delay |
| int | disposal |
| int | transparent_index |
| int | local_color_table |
| int | interlace |
Per-frame information read from a GIF animation.
| int gdGifFrameInfo::delay |
Frame delay in hundredths of a second.
| int gdGifFrameInfo::disposal |
One of the GD_GIF_DISPOSAL_* constants.
| int gdGifFrameInfo::frame_index |
Zero-based frame index.
| int gdGifFrameInfo::height |
Frame height in pixels.
| int gdGifFrameInfo::interlace |
Non-zero if this frame is interlaced.
| int gdGifFrameInfo::local_color_table |
Non-zero if this frame has a local color table.
| int gdGifFrameInfo::transparent_index |
Transparent color index, or -1 if not present.
| int gdGifFrameInfo::width |
Frame width in pixels.
| int gdGifFrameInfo::x |
Frame left offset on the logical screen.
| int gdGifFrameInfo::y |
Frame top offset on the logical screen.