|
LibGd 2.4.0-dev
GD Graphics library
|
WebP animation frame information. More...
#include <gd.h>
Data Fields | |
| int | frame_index |
| int | x |
| int | y |
| int | width |
| int | height |
| int | duration |
| int | timestamp |
| int | dispose |
| int | blend |
| int | has_alpha |
| int | complete |
WebP animation frame information.
| int gdWebpFrameInfo::blend |
Blend method, gdWebpBlendAlpha or gdWebpBlendNone.
| int gdWebpFrameInfo::complete |
Non-zero if the frame data is complete.
| int gdWebpFrameInfo::dispose |
Disposal method, gdWebpDisposeNone or gdWebpDisposeBackground.
| int gdWebpFrameInfo::duration |
Frame duration in milliseconds.
| int gdWebpFrameInfo::frame_index |
Zero-based frame index.
| int gdWebpFrameInfo::has_alpha |
Non-zero if the frame has alpha.
| int gdWebpFrameInfo::height |
Frame rectangle height in pixels.
| int gdWebpFrameInfo::timestamp |
Frame start timestamp in milliseconds.
| int gdWebpFrameInfo::width |
Frame rectangle width in pixels.
| int gdWebpFrameInfo::x |
Frame rectangle X offset in pixels.
| int gdWebpFrameInfo::y |
Frame rectangle Y offset in pixels.