From 773915aefd1a2a19a714d72a235b1692c36533c5 Mon Sep 17 00:00:00 2001 From: Matheus Pedroni <34845106+mathpn@users.noreply.github.com> Date: Sat, 9 Apr 2022 21:56:13 -0300 Subject: [PATCH] include py-qoi in readme include a new native python implementation of encoder + decoder following QOI format specifications --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5995f08..85e4901 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ implementations listed below. - https://github.com/mhoward540/qoi-nim (Nim) - https://github.com/wx257osn2/qoixx (C++) - https://github.com/musabkilic/qoi-decoder (Python) +- https://github.com/mathpn/py-qoi (Python) ## QOI Support in Other Software