|
LibGd 2.4.0-dev
GD Graphics library
|
Basic information read from a GIF stream. More...
#include <gd.h>
Data Fields | |
| char | version [4] |
| int | width |
| int | height |
| int | background_index |
| int | global_color_table |
| int | color_resolution |
| double | pixel_aspect_ratio |
| int | loop_count |
| int | loop_count_present |
Basic information read from a GIF stream.
| int gdGifInfo::background_index |
GIF logical screen background color index.
| int gdGifInfo::color_resolution |
GIF color resolution in bits per primary color.
| int gdGifInfo::global_color_table |
Non-zero if the GIF has a global color table.
| int gdGifInfo::height |
Logical screen height in pixels.
| int gdGifInfo::loop_count |
Netscape loop count, 0 for infinite, or 1 when absent.
| int gdGifInfo::loop_count_present |
Non-zero if a Netscape loop count was present.
| double gdGifInfo::pixel_aspect_ratio |
GIF pixel aspect ratio, or 1.0 when unspecified.
| char gdGifInfo::version[4] |
GIF version, excluding the terminating NUL.
| int gdGifInfo::width |
Logical screen width in pixels.