From 63f43a9fc11c64333618d4cf400b3c3329df8c9d Mon Sep 17 00:00:00 2001 From: Dominic Szablewski Date: Tue, 21 Dec 2021 17:51:08 +0100 Subject: [PATCH] qoi-java is now spec conforming; close #110 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2484748..26bf102b 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ implementations listed below. - https://github.com/kodonnell/qoi (Python) - https://github.com/Cr4xy/lua-qoi (Lua) - https://github.com/superzazu/SDL_QOI (C, SDL2 bindings) +- https://github.com/saharNooby/qoi-java (Java) ## Packages @@ -73,5 +74,4 @@ These implementations are based on the pre-release version of QOI. Resulting fil - https://github.com/NUlliiON/QoiSharp (C#) - https://github.com/rbino/qoix (Elixir) - https://github.com/elihwyma/Swift-QOI (Swift) -- https://github.com/saharNooby/qoi-java (Java)