From 56be991260a9a585b067551a69f47e84b7512737 Mon Sep 17 00:00:00 2001 From: Alexandru M Stan Date: Tue, 5 Apr 2022 02:16:00 -0700 Subject: [PATCH 1/4] QOI on an FPGA (Verilog)! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b528c1ff..d444db19 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ implementations listed below. - https://github.com/LightHouseSoftware/qoiformats (D) - https://github.com/mhoward540/qoi-nim (Nim) - https://github.com/wx257osn2/qoixx (C++) +* https://github.com/amstan/qoi-fpga (FPGA: verilog) ## QOI Support in Other Software From 7506300a3ef0d28a4783a88331756fbf819e42c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Musab=20K=C4=B1l=C4=B1=C3=A7?= Date: Sat, 9 Apr 2022 17:17:36 +0300 Subject: [PATCH 2/4] Add musabkilic/qoi-decoder to implementations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b528c1ff..5995f084 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ implementations listed below. - https://github.com/LightHouseSoftware/qoiformats (D) - https://github.com/mhoward540/qoi-nim (Nim) - https://github.com/wx257osn2/qoixx (C++) - +- https://github.com/musabkilic/qoi-decoder (Python) ## QOI Support in Other Software From 773915aefd1a2a19a714d72a235b1692c36533c5 Mon Sep 17 00:00:00 2001 From: Matheus Pedroni <34845106+mathpn@users.noreply.github.com> Date: Sat, 9 Apr 2022 21:56:13 -0300 Subject: [PATCH 3/4] include py-qoi in readme include a new native python implementation of encoder + decoder following QOI format specifications --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5995f084..85e49018 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ implementations listed below. - https://github.com/mhoward540/qoi-nim (Nim) - https://github.com/wx257osn2/qoixx (C++) - https://github.com/musabkilic/qoi-decoder (Python) +- https://github.com/mathpn/py-qoi (Python) ## QOI Support in Other Software From 1296ad81799b6f477a1a0816383d1eca2b484b09 Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Mon, 11 Apr 2022 21:46:56 +0200 Subject: [PATCH 4/4] New release of qoi-ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5995f084..de3d4581 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ implementations listed below. ## Tools - https://github.com/floooh/qoiview - native QOI viewer -- https://github.com/pfusik/qoi-ci/releases/tag/qoi-ci-1.1.0 - QOI Plugin installer for GIMP, Imagine, Paint.NET and XnView MP +- https://github.com/pfusik/qoi-ci/releases/tag/qoi-ci-1.1.1 - QOI Plugin installer for GIMP, Imagine, Paint.NET and XnView MP - https://github.com/iOrange/QoiFileTypeNet/releases/tag/v0.2 - QOI Plugin for Paint.NET - https://github.com/iOrange/QOIThumbnailProvider - Add thumbnails for QOI images in Windows Explorer - https://github.com/Tom94/tev - another native QOI viewer (allows pixel peeping and comparison with other image formats)