|
LibGd 2.4.0-dev
GD Graphics library
|
JPEG XL raw frame information. More...
#include <gd.h>
Data Fields | |
| int | delay_ms |
| int | x_offset |
| int | y_offset |
| int | width |
| int | height |
| int | blend_mode |
| int | is_last |
JPEG XL raw frame information.
| int gdJxlFrameInfo::blend_mode |
Frame blend mode, one of the gdJxlBlend* constants.
| int gdJxlFrameInfo::delay_ms |
Frame duration in milliseconds.
| int gdJxlFrameInfo::height |
Frame rectangle height in pixels.
| int gdJxlFrameInfo::is_last |
Non-zero if this is the final frame.
| int gdJxlFrameInfo::width |
Frame rectangle width in pixels.
| int gdJxlFrameInfo::x_offset |
Frame rectangle X offset in pixels.
| int gdJxlFrameInfo::y_offset |
Frame rectangle Y offset in pixels.