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

Information read from a QOI data. More...

#include <gd.h>

Data Fields

unsigned int width
 
unsigned int height
 
int channels
 
int colorspace
 

Detailed Description

Information read from a QOI data.

Field Documentation

◆ channels

int gdQoiInfo::channels

Number of color channels (3 for RGB, 4 for RGBA).

◆ colorspace

int gdQoiInfo::colorspace

QOI colorspace flag (GD_QOI_SRGB or GD_QOI_LINEAR).

◆ height

unsigned int gdQoiInfo::height

Image height in pixels.

◆ width

unsigned int gdQoiInfo::width

Image width in pixels.


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