Public Attributes | List of all members
qoi_desc Struct Reference

Descriptor of image to be compressed. More...

#include <qoi.h>

Public Attributes

unsigned char channels
 3 or 4, specifying RGB or RGBA data. More...
 
unsigned char colorspace
 QOI_SRGB or QOI_LINEAR. Purely indicative. More...
 
unsigned int height
 Height of the image in pixels. More...
 
unsigned int width
 Width of the image in pixels. More...
 

Detailed Description

Descriptor of image to be compressed.

Definition at line 226 of file qoi.h.

Member Data Documentation

◆ channels

unsigned char qoi_desc::channels

3 or 4, specifying RGB or RGBA data.

Definition at line 230 of file qoi.h.

◆ colorspace

unsigned char qoi_desc::colorspace

QOI_SRGB or QOI_LINEAR. Purely indicative.

Definition at line 231 of file qoi.h.

◆ height

unsigned int qoi_desc::height

Height of the image in pixels.

Definition at line 229 of file qoi.h.

◆ width

unsigned int qoi_desc::width

Width of the image in pixels.

Definition at line 228 of file qoi.h.


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


qoi_image_transport
Author(s): Martin Pecka
autogenerated on Sat Apr 5 2025 03:02:01