From 3957e4222430db6126762628caaf96b98a260b64 Mon Sep 17 00:00:00 2001 From: "J. Zebedee" Date: Mon, 1 May 2023 01:44:56 -0500 Subject: [PATCH] Add C# implementation of ThumbHash to README C#/.NET implementation at https://github.com/jzebedee/ThumbHash --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 717e8b6..2731f15 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This repo contains implementations for the following languages: These additional implementations also exist outside of this repo: +* C#: https://github.com/jzebedee/ThumbHash * Go: https://github.com/galdor/go-thumbhash * Perl: https://github.com/mauke/Image-ThumbHash * PHP: https://github.com/SRWieZ/thumbhash