From 3a0560cb779cec566a5705fd6fb790ae220a7bb8 Mon Sep 17 00:00:00 2001 From: rubikscraft Date: Sat, 24 Sep 2022 16:13:23 +0200 Subject: [PATCH] Add a streaming C qoi library and nodejs bindings --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4550bd..1dcf231 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,8 @@ either, as this "reference implementation" tries to be as easy to read as possib - [AngusJohnson/TQoiImage](https://github.com/AngusJohnson/TQoiImage) - Delphi - [MarkJeronimus/qoi-java-spi](https://github.com/MarkJeronimus/qoi-java-spi) - Java SPI - [aumouvantsillage/qoi-racket](https://github.com/aumouvantsillage/qoi-racket) - Racket +- [rubikscraft/qoi-stream](https://github.com/rubikscraft/qoi-stream) - C99, one byte at a time streaming encoder and decoder +- [rubikscraft/qoi-img](https://github.com/rubikscraft/qoi-img) - NodeJS typescript, bindings to both [QOIxx](https://github.com/wx257osn2/qoixx) and [qoi-stream](https://github.com/rubikscraft/qoi-stream) ## QOI Support in Other Software