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

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
 

Detailed Description

WebP container information.

Field Documentation

◆ background_color

int gdWebpInfo::background_color

Canvas background color as stored in the WebP container.

◆ format_flags

int gdWebpInfo::format_flags

WebP container feature flags reported by libwebp.

◆ frame_count

int gdWebpInfo::frame_count

Number of frames in the WebP container.

◆ height

int gdWebpInfo::height

Canvas height in pixels.

◆ is_animation

int gdWebpInfo::is_animation

Non-zero if the WebP container is animated.

◆ loop_count

int gdWebpInfo::loop_count

Animation loop count, or 0 for infinite looping.

◆ width

int gdWebpInfo::width

Canvas width in pixels.


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