From 425dfe122196e621a4cc167b047e92ddb11f4829 Mon Sep 17 00:00:00 2001 From: Dominic Szablewski Date: Sat, 6 Aug 2022 00:46:10 +0200 Subject: [PATCH] Add Java SPI implementation; close #210 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6e04d7..1117ec6 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ either, as this "reference implementation" tries to be as easy to read as possib - [Aftersol/Simplified-QOI-Codec](https://github.com/Aftersol/Simplified-QOI-Codec) - C99, streaming encoder and decoder, freestanding - [AuburnSounds/gamut](https://github.com/AuburnSounds/gamut) - D - [AngusJohnson/TQoiImage](https://github.com/AngusJohnson/TQoiImage) - Delphi +- [MarkJeronimus/qoi-java-spi](https://github.com/MarkJeronimus/qoi-java-spi) - Java SPI ## QOI Support in Other Software