From a3d43a850a2174a52d8d82e505f39c5d82e56f60 Mon Sep 17 00:00:00 2001 From: Kevin Chapelier Date: Mon, 27 Dec 2021 16:36:37 +0100 Subject: [PATCH 1/4] Add vanilla js implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 702c342..3d887a8 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ implementations listed below. - https://github.com/elihwyma/Swift-QOI (Swift) - https://github.com/xfmoulet/qoi (Go) - https://erratique.ch/software/qoic (OCaml) +- https://github.com/kchapelier/qoijs (JavaScript) ## QOI Support in Other Software From 9ad3e1d7b4fed6ddafdbd25e089aeafb991e4dd9 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Fri, 31 Dec 2021 12:35:45 +0100 Subject: [PATCH 2/4] add a link to the Julia bindings --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 702c342..2342373 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ implementations listed below. - https://github.com/elihwyma/Swift-QOI (Swift) - https://github.com/xfmoulet/qoi (Go) - https://erratique.ch/software/qoic (OCaml) +- https://github.com/KristofferC/QOI.jl (Julia) ## QOI Support in Other Software From 48375ec75a0da30c5a82be65381ac1bb4d3f2f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Masseix?= Date: Fri, 31 Dec 2021 14:34:55 +0100 Subject: [PATCH 3/4] Add PHP implementation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 702c342..807f123 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ implementations listed below. - https://github.com/elihwyma/Swift-QOI (Swift) - https://github.com/xfmoulet/qoi (Go) - https://erratique.ch/software/qoic (OCaml) - +- https://github.com/MKCG/php-qoi (PHP) ## QOI Support in Other Software From cf918138cf91f334a67408794b29703c4e7f6c64 Mon Sep 17 00:00:00 2001 From: Dimitri Belopopsky Date: Sat, 1 Jan 2022 14:18:54 +0100 Subject: [PATCH 4/4] Add C++ implementation to the README list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 702c342..be4f195 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ implementations listed below. - https://github.com/elihwyma/Swift-QOI (Swift) - https://github.com/xfmoulet/qoi (Go) - https://erratique.ch/software/qoic (OCaml) +- https://github.com/shadowMitia/libqoi/ (C++) ## QOI Support in Other Software