From be96074eb0b3dff79494d96a2300d2d00561e55a Mon Sep 17 00:00:00 2001 From: I <1091761+wx257osn2@users.noreply.github.com> Date: Mon, 21 Feb 2022 08:56:59 +0900 Subject: [PATCH 1/4] Add qoixx --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 963f5421..c61a3ef8 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ implementations listed below. - https://github.com/MKCG/php-qoi (PHP) - https://github.com/LightHouseSoftware/qoiformats (D) - https://github.com/mhoward540/qoi-nim (Nim) +- https://github.com/wx257osn2/qoixx (C++) ## QOI Support in Other Software From 606bf77678d606f08df387e44b8e40297059bf8d Mon Sep 17 00:00:00 2001 From: dan9er <67669146+dan9er@users.noreply.github.com> Date: Wed, 2 Mar 2022 04:04:04 +0000 Subject: [PATCH 2/4] Add link to farbfeld-convert-qoi tool in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c61a3ef8..2906b221 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ implementations listed below. - https://github.com/kaetemi/qoi-max - QOI Bitmap I/O Plugin for 3ds Max - https://raylibtech.itch.io/rtexviewer - texture viewer, supports QOI - https://raylibtech.itch.io/rtexpacker - texture packer, supports QOI +- https://gitlab.com/dan9er/farbfeld-convert-qoi - QOI <=> farbfeld converter ## Implementations & Bindings of QOI From 73f04c2ef9a4d865f307305924e3a840e4308d12 Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Wed, 23 Mar 2022 12:18:38 +0100 Subject: [PATCH 3/4] Mention IrfanView --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c61a3ef8..dc0d73ce 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ implementations listed below. - [c-ray](https://github.com/vkoskiv/c-ray) supports QOI natively - [SAIL](https://github.com/HappySeaFox/sail) image decoding library, supports decoding and encoding QOI images - [Orx](https://github.com/orx/orx) 2D game engine, supports QOI natively +- [IrfanView](https://www.irfanview.com) supports decoding and encoding QOI through its Formats plugin ## Packages From 6170f9125d9c4413cd9b3bcd6cefc8d99aa3af35 Mon Sep 17 00:00:00 2001 From: Jules Maselbas <54854023+jmaselbas@users.noreply.github.com> Date: Fri, 25 Mar 2022 00:57:01 +0100 Subject: [PATCH 4/4] Update readme with other software with QOI support --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc0d73ce..d2f97338 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,8 @@ implementations listed below. - [SAIL](https://github.com/HappySeaFox/sail) image decoding library, supports decoding and encoding QOI images - [Orx](https://github.com/orx/orx) 2D game engine, supports QOI natively - [IrfanView](https://www.irfanview.com) supports decoding and encoding QOI through its Formats plugin - +- [ImageMagick](https://github.com/ImageMagick/ImageMagick) supports decoding and encoding QOI, since 7.1.0-20 +- [barebox](https://barebox.org) bootloader, supports decoding QOI images for splash logo, since v2022.03.0 ## Packages