From 07116e8b894176c4155090f85e2442e3c989b215 Mon Sep 17 00:00:00 2001 From: Dominic Szablewski Date: Wed, 5 Jan 2022 16:55:27 +0100 Subject: [PATCH] Clarify colorspace & channels header usage; #152 --- qoi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qoi.h b/qoi.h index 58d14ae..1290164 100644 --- a/qoi.h +++ b/qoi.h @@ -248,7 +248,7 @@ The colorspace in this qoi_desc is an enum where 1 = all channels are linear You may use the constants QOI_SRGB or QOI_LINEAR. The colorspace is purely informative. It will be saved to the file header, but does not affect -en-/decoding in any way. */ +how chunks are en-/decoded. */ #define QOI_SRGB 0 #define QOI_LINEAR 1