|
LibGd 2.4.0-dev
GD Graphics library
|
WebP animation writer options. More...
#include <gd.h>
Data Fields | |
| int | canvas_width |
| int | canvas_height |
| int | loop_count |
| int | background_color |
| int | quality |
| int | lossless |
| int | method |
| int | minimize_size |
| int | kmin |
| int | kmax |
| int | allow_mixed |
WebP animation writer options.
| int gdWebpAnimWriteOptions::allow_mixed |
Non-zero to allow mixed lossy and lossless frames.
| int gdWebpAnimWriteOptions::background_color |
Canvas background color to store in the WebP container.
| int gdWebpAnimWriteOptions::canvas_height |
Canvas height in pixels, or 0 to use the first image height.
| int gdWebpAnimWriteOptions::canvas_width |
Canvas width in pixels, or 0 to use the first image width.
| int gdWebpAnimWriteOptions::kmax |
Maximum distance between key frames, or 0 for libwebp default.
| int gdWebpAnimWriteOptions::kmin |
Minimum distance between key frames, or 0 for libwebp default.
| int gdWebpAnimWriteOptions::loop_count |
Animation loop count, or 0 for infinite looping.
| int gdWebpAnimWriteOptions::lossless |
Non-zero to force lossless encoding.
| int gdWebpAnimWriteOptions::method |
Compression method, or a negative value to use libwebp default.
| int gdWebpAnimWriteOptions::minimize_size |
Non-zero to enable libwebp minimized-size animation encoding.
| int gdWebpAnimWriteOptions::quality |
Encoding quality, -1 for default, 0-100 for lossy, or gdWebpLossless.