N64 QOI Encoder Demo 1.0.1
Encoder for N64 that saves it to SD card
Loading...
Searching...
No Matches
tools Directory Reference

Files

 
qoi_enc.c
 Main file for N64 QOI Encoder ROM.
 
qoi_enc_n64.h
 QOI Encoder Library for N64.

Detailed Description

Supplementary Tools for N64 QOI Encoder Demo

A text that says QOI with a beer bottle behind QOI text with N64 logo on top

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.

Requirements

How to Build

This tutorial assumes you have make and a C compiler installed.

Run this command to build the program

make

To clear build files, run this command

make clean

How to Run

Use this command to run this program

./qoi_enc screenshot.raw 320 240 screenshot.qoi

Tools