From 222b0e2c7b3baa348e1e09c10c89d79e4f292261 Mon Sep 17 00:00:00 2001 From: nihil Date: Wed, 13 Nov 2024 23:47:39 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f49673..9ee583c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is a (currently not bug free) implementation of the QOI image compression a Currently supports de- and encoding from and to PNG. +Current state is highly buggy and strangely only functions with 256 x 256 images. + ## To build run `cargo build -r` to build a stable version for your rustc toolchain in `./target/release`