ArtInLines / qoi

Implementation for the QOI-format ("Quite Ok Image") format written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QOI

This repository contains an implementation of the QOI format ("Quite OK Image Format"). The format's specification, reference implementation and more can be found here.

The primary goal of this project is to be educational for myself.

The Encoder and Decoder are finished and have been tested. A PNG <=> QOI converter may come someday too.

The ref_qoi folder contains the reference encoder/decoder by phoboslab, which were used to create a test for my encoder & decoder implementation.

The images in the imgs folder were taken from the qoiview repo.

About

Implementation for the QOI-format ("Quite Ok Image") format written in Rust

License:MIT License


Languages

Language:Rust 50.0%Language:C 49.3%Language:Makefile 0.6%