From 54e77bf164c0f642a950dcb74dcfd4bd94efcf75 Mon Sep 17 00:00:00 2001 From: Oldes Date: Wed, 22 Dec 2021 11:12:47 +0100 Subject: [PATCH 1/3] Mention support in Rebol3; close #58 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88e2614..f7ac2ae 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ implementations listed below. - [SerenityOS](https://github.com/SerenityOS/serenity) supports decoding QOI system wide through a custom [cpp implementation in LibGfx](https://github.com/SerenityOS/serenity/blob/master/Userland/Libraries/LibGfx/QOILoader.h) - [Raylib](https://github.com/raysan5/raylib) supports decoding and encoding QOI textures through its [rtextures module](https://github.com/raysan5/raylib/blob/master/src/rtextures.c) +- [Rebol3](https://github.com/Oldes/Rebol3/issues/39) supports decoding and encoding QOI using a native codec ## Packages From b58a0a28c005fcf1d53630f1868127086f690678 Mon Sep 17 00:00:00 2001 From: Eugene Antonov Date: Wed, 22 Dec 2021 10:08:40 -0600 Subject: [PATCH 2/3] Move QoiSharp to the implementations section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e2614..1ced3c9 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ implementations listed below. - https://github.com/Cr4xy/lua-qoi (Lua) - https://github.com/superzazu/SDL_QOI (C, SDL2 bindings) - https://github.com/saharNooby/qoi-java (Java) +- https://github.com/NUlliiON/QoiSharp (C#) ## QOI Support in Other Software @@ -79,7 +80,6 @@ These implementations are based on the pre-release version of QOI. Resulting fil - https://github.com/xfmoulet/qoi (Go) - https://github.com/panzi/jsqoi (TypeScript) - https://github.com/0xd34df00d/hsqoi (Haskell) -- https://github.com/NUlliiON/QoiSharp (C#) - https://github.com/rbino/qoix (Elixir) - https://github.com/elihwyma/Swift-QOI (Swift) From 45bc32524a4b5b7842c28d34809d78b6ec3d5d78 Mon Sep 17 00:00:00 2001 From: Zakarum Date: Thu, 23 Dec 2021 00:21:46 +0300 Subject: [PATCH 3/3] rapid-qoi is now spec complete --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e2614..2e50e2b 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ implementations listed below. - https://github.com/Cr4xy/lua-qoi (Lua) - https://github.com/superzazu/SDL_QOI (C, SDL2 bindings) - https://github.com/saharNooby/qoi-java (Java) +- https://github.com/zakarumych/rapid-qoi (Rust) ## QOI Support in Other Software @@ -75,7 +76,6 @@ These implementations are based on the pre-release version of QOI. Resulting fil - https://github.com/MasterQ32/zig-qoi (Zig) - https://github.com/steven-joruk/qoi (Rust) - https://github.com/ChevyRay/qoi_rs (Rust) -- https://github.com/zakarumych/rapid-qoi (Rust) - https://github.com/xfmoulet/qoi (Go) - https://github.com/panzi/jsqoi (TypeScript) - https://github.com/0xd34df00d/hsqoi (Haskell)