ziadoz / awesome-php

A curated list of amazingly awesome PHP libraries, resources and shiny things.
Do What The F*ck You Want To Public License
30.61k stars 5.04k forks source link

Reference QOI Codec #1174

Open MKCG opened 2 years ago

MKCG commented 2 years ago

I made a QOI Codec in PHP.

This codec use a FFI when the library detects that the CPU is based on the x86_64 architecture, otherwise it fallbacks on a plain PHP implementation.

Source :