Descriptor of image to be compressed.
More...
#include <qoi.h>
Descriptor of image to be compressed.
Definition at line 226 of file qoi.h.
◆ 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: