Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 507 Bytes

File metadata and controls

23 lines (12 loc) · 507 Bytes

QOI.NET

A collection of librairies and tools for the QOI image format written in C#.

QOI.Core

The encoder and decoder used by the other librairies.

QOI.Gdi

A library to encode/decode QOI Images form/to System.Drawing images (windows only).

QOI.ImageSharp

A library to encode/decode QOI Images form/to ImageSharp images.

QOI.Encoder

A cross platform command line tool to encode and decode QOI images.

QOI.Viewer

A simple QOI image viewer (windows only).