|
LibGd 2.4.0-dev
GD Graphics library
|
JPEG XL top-level file information. More...
#include <gd.h>
Data Fields | |
| int | width |
| int | height |
| int | animated |
| int | loop_count |
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.
| int gdJxlInfo::animated |
Non-zero if the JPEG XL stream is animated.
| int gdJxlInfo::height |
Canvas height in pixels.
| int gdJxlInfo::loop_count |
Animation loop count, or 0 for infinite looping.
| int gdJxlInfo::width |
Canvas width in pixels.