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

JPEG XL top-level file information. More...

#include <gd.h>

Data Fields

int width
 
int height
 
int animated
 
int loop_count
 

Detailed Description

JPEG XL top-level file information.

This describes the complete JPEG XL file, including whether it contains animation. It is not an animation-only structure.

Field Documentation

◆ animated

int gdJxlInfo::animated

Non-zero if the JPEG XL stream is animated.

◆ height

int gdJxlInfo::height

Canvas height in pixels.

◆ loop_count

int gdJxlInfo::loop_count

Animation loop count, or 0 for infinite looping.

◆ width

int gdJxlInfo::width

Canvas width in pixels.


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