Ben1138 / unity-qoi

A simple Unity importer for qoi, the "Quite OK Image" image format (https://github.com/phoboslab/qoi)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QOI Logo Unity Logo

unity-qoi

A simple Unity importer for qoi, the "Quite OK Image" image format for fast, lossless image compression. This importer utilises the QoiSharp implementation.

Installation

Download the lastest Release (.unitypackage) and drag-drop it into your project.

Requires Unity 2021.1.x or newer! Importing the unitypackage on older versions will cause errors.

About

Unity Logo

Qoi provides on-par compression with PNG, while being way faster at decoding (3x - 4x) and encoding (20x - 50x). Benchmarks by Reducible

About

A simple Unity importer for qoi, the "Quite OK Image" image format (https://github.com/phoboslab/qoi)

License:MIT License


Languages

Language:C# 100.0%