MrNocole / ZTQOI

an QOI implemention of Objective-C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce

This project implements encoding and decoding the "Quite OK Image" (QOI) format in the Objective-C and Clang. You can use the lib in Objective-C project directly by #import ZTQOIImage.h to read an .png/.qoi and encode/decode them.

Dependency

For read and write .png.

Why Objective-C

A lot of iOS App based on Objective-C.I hope to make an Objective-C lib base on QOI.

About

an QOI implemention of Objective-C


Languages

Language:C 95.9%Language:Objective-C 4.1%