SudoOmbro / qoi_converter

Convert PNGs into QOIs or the other way around

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quite Okay Image format converter

A pure python implementation of a QOI converter, it writes PIL Images into QOI files or Opens QOI files and loads them as PIL Images.

Based on this specification

Architecture

Very object-oriented, uses the Visitor pattern.

Why python?

This is supposed to be more of a learning project than anything actually useful, but it does remove the need for compiled binaries in some instances.

About

Convert PNGs into QOIs or the other way around

License:MIT License


Languages

Language:Python 100.0%