LibGd 2.4.0-dev
GD Graphics library
Loading...
Searching...
No Matches
Data Fields
gdGifFrameInfo Struct Reference

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
 

Detailed Description

Per-frame information read from a GIF animation.

Field Documentation

◆ delay

int gdGifFrameInfo::delay

Frame delay in hundredths of a second.

◆ disposal

int gdGifFrameInfo::disposal

One of the GD_GIF_DISPOSAL_* constants.

◆ frame_index

int gdGifFrameInfo::frame_index

Zero-based frame index.

◆ height

int gdGifFrameInfo::height

Frame height in pixels.

◆ interlace

int gdGifFrameInfo::interlace

Non-zero if this frame is interlaced.

◆ local_color_table

int gdGifFrameInfo::local_color_table

Non-zero if this frame has a local color table.

◆ transparent_index

int gdGifFrameInfo::transparent_index

Transparent color index, or -1 if not present.

◆ width

int gdGifFrameInfo::width

Frame width in pixels.

◆ x

int gdGifFrameInfo::x

Frame left offset on the logical screen.

◆ y

int gdGifFrameInfo::y

Frame top offset on the logical screen.


The documentation for this struct was generated from the following file: