![]() |
N64 QOI Demo
A N64 homebrew app that opens QOI images from ROM
|
Metadata about the QOI image and the QOI image viewer. More...
#include <qoi_viewer.h>
Data Fields | |
int | width |
Width of the QOI image. | |
int | height |
Height of the QOI image. | |
int | channels |
Number of channels of the QOI image where 3 is RGB and 4 is RGBA. | |
qoi_error_code | error |
Error code as the result of decoding. | |
float | decodeTime |
Decoding time in seconds. | |
char | name [256] |
Names of QOI file. | |
bool | renderDebugFont |
Whether to toggle displaying debug text upon pressing the Start button on the N64 controller. | |
Metadata about the QOI image and the QOI image viewer.