![]() |
N64 QOI Encoder Demo 1.0.1
Encoder for N64 that saves it to SD card
|
QOI descriptor as read by the header of a QOI file. More...
#include <qoi_enc_n64.h>
Data Fields | |
| uint32_t | width |
| The width of the image in pixels, stored in big endian format. | |
| uint32_t | height |
| The height of the image in pixels, stored in big endian format. | |
| uint8_t | channels |
| The number of channels in the image, which is either 3 for RGB or 4 for RGBA. | |
| uint8_t | colorspace |
| The color space of the image, which is either 0 for sRGB with linear alpha or 1 for linear RGB. | |
QOI descriptor as read by the header of a QOI file.
Definition at line 94 of file qoi_enc_n64.h.
| uint8_t channels |
The number of channels in the image, which is either 3 for RGB or 4 for RGBA.
Definition at line 101 of file qoi_enc_n64.h.
| uint8_t colorspace |
The color space of the image, which is either 0 for sRGB with linear alpha or 1 for linear RGB.
Definition at line 103 of file qoi_enc_n64.h.
| uint32_t height |
The height of the image in pixels, stored in big endian format.
Definition at line 99 of file qoi_enc_n64.h.
| uint32_t width |
The width of the image in pixels, stored in big endian format.
Definition at line 97 of file qoi_enc_n64.h.