![]() |
N64 QOI Encoder Demo 1.0.1
Encoder for N64 that saves it to SD card
|
Files | |
| qoi_enc.c | |
| Main file for N64 QOI Encoder ROM. | |
| qoi_enc_n64.h | |
| QOI Encoder Library for N64. | |

A small, QOI (Quite OK Image) encoder example program for converting raw screenshots taken from a real N64 to QOI files.
This example program only supports RGBA5551 format that is commonly used in N64 framebuffer.
This tutorial assumes you have make and a C compiler installed.
Run this command to build the program
To clear build files, run this command
Use this command to run this program