From 324c2243b2fb35f741a88d73ae10c132ccbba0b1 Mon Sep 17 00:00:00 2001 From: Dominic Szablewski Date: Wed, 24 Nov 2021 22:28:35 +0100 Subject: [PATCH] Add warning about untrusted input; #4 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 44a334c9..4722e710 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ the documentation. More info at https://phoboslab.org/log/2021/11/qoi-fast-lossless-image-compression +⚠️ Please note that this library is not yet ready to deal with untrusted input. + ## Why? Compared to stb_image and stb_image_write QOI offers 20x-50x faster encoding,