From 376d39cc677aebdc84a41931f8806a85aed38153 Mon Sep 17 00:00:00 2001 From: Aftersol <42478428+Aftersol@users.noreply.github.com> Date: Thu, 28 Jul 2022 01:28:28 -0700 Subject: [PATCH 1/2] add my own project link to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bbff33dd..8f6680ef 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ either, as this "reference implementation" tries to be as easy to read as possib - https://github.com/Imagine-Programming/QoiImagePlugin (PureBasic) - https://github.com/Fabien-Chouteau/qoi-spark (Ada/SPARK formally proven) - https://github.com/mzgreen/qoi-kotlin (Kotlin Multiplatform) +- https://github.com/Aftersol/Simplified-QOI-Codec (C99, streaming encoder and decoder, freestanding) ## QOI Support in Other Software @@ -127,6 +128,7 @@ either, as this "reference implementation" tries to be as easy to read as possib - [DOjS](https://github.com/SuperIlu/DOjS) DOS JavaScript Canvas implementation supports loading QOI files - [XnView MP](https://www.xnview.com/en/xnviewmp/) supports decoding QOI since 1.00 + ## Packages [AUR](https://aur.archlinux.org/pkgbase/qoi-git/) - system-wide qoi.h, qoiconv and qoibench install as split packages. From 583cdd311e2d5c07d8b46cf26d00977a93bf01d9 Mon Sep 17 00:00:00 2001 From: Aftersol <42478428+Aftersol@users.noreply.github.com> Date: Thu, 28 Jul 2022 01:45:28 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8f6680ef..1318cc8f 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,6 @@ either, as this "reference implementation" tries to be as easy to read as possib - [DOjS](https://github.com/SuperIlu/DOjS) DOS JavaScript Canvas implementation supports loading QOI files - [XnView MP](https://www.xnview.com/en/xnviewmp/) supports decoding QOI since 1.00 - ## Packages [AUR](https://aur.archlinux.org/pkgbase/qoi-git/) - system-wide qoi.h, qoiconv and qoibench install as split packages.