From eb292694320595abdf975f4be408e320af81159e Mon Sep 17 00:00:00 2001 From: Dominic Szablewski Date: Wed, 8 Dec 2021 11:25:24 +0100 Subject: [PATCH] Fix typo in documentation --- qoi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qoi.h b/qoi.h index 8bd81264..2c339f46 100644 --- a/qoi.h +++ b/qoi.h @@ -168,7 +168,7 @@ so "10 - 13" will result in 253, while "250 + 7" will result in 1. |-------+-----------------| | 1 1 | run | -2-bit tag b01 +2-bit tag b11 6-bit run-length repeating the previous pixel: 1..62 Note that the run-lengths 63 and 64 (b111110 and b111111) are illegal as they are occupied by the QOI_OP_RGB and QOI_OP_RGBA tags.