From 54e77bf164c0f642a950dcb74dcfd4bd94efcf75 Mon Sep 17 00:00:00 2001 From: Oldes Date: Wed, 22 Dec 2021 11:12:47 +0100 Subject: [PATCH] Mention support in Rebol3; close #58 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88e26147..f7ac2ae9 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