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

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
 

Detailed Description

WebP animation frame information.

Field Documentation

◆ blend

int gdWebpFrameInfo::blend

Blend method, gdWebpBlendAlpha or gdWebpBlendNone.

◆ complete

int gdWebpFrameInfo::complete

Non-zero if the frame data is complete.

◆ dispose

int gdWebpFrameInfo::dispose

Disposal method, gdWebpDisposeNone or gdWebpDisposeBackground.

◆ duration

int gdWebpFrameInfo::duration

Frame duration in milliseconds.

◆ frame_index

int gdWebpFrameInfo::frame_index

Zero-based frame index.

◆ has_alpha

int gdWebpFrameInfo::has_alpha

Non-zero if the frame has alpha.

◆ height

int gdWebpFrameInfo::height

Frame rectangle height in pixels.

◆ timestamp

int gdWebpFrameInfo::timestamp

Frame start timestamp in milliseconds.

◆ width

int gdWebpFrameInfo::width

Frame rectangle width in pixels.

◆ x

int gdWebpFrameInfo::x

Frame rectangle X offset in pixels.

◆ y

int gdWebpFrameInfo::y

Frame rectangle Y offset in pixels.


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