|
LibGd 2.4.0-dev
GD Graphics library
|
WebP container information. More...
#include <gd.h>
Data Fields | |
| int | width |
| int | height |
| int | frame_count |
| int | loop_count |
| int | background_color |
| int | format_flags |
| int | is_animation |
WebP container information.
| int gdWebpInfo::background_color |
Canvas background color as stored in the WebP container.
| int gdWebpInfo::format_flags |
WebP container feature flags reported by libwebp.
| int gdWebpInfo::frame_count |
Number of frames in the WebP container.
| int gdWebpInfo::height |
Canvas height in pixels.
| int gdWebpInfo::is_animation |
Non-zero if the WebP container is animated.
| int gdWebpInfo::loop_count |
Animation loop count, or 0 for infinite looping.
| int gdWebpInfo::width |
Canvas width in pixels.