diff --git a/qoi.h b/qoi.h index dee0d6ef..d473df24 100644 --- a/qoi.h +++ b/qoi.h @@ -102,7 +102,7 @@ pixel value. Pixels are either encoded as - full r,g,b or r,g,b,a values The color channels are assumed to not be premultiplied with the alpha channel -(“un-premultiplied alpha”). +("un-premultiplied alpha"). A running array[64] (zero-initialized) of previously seen pixel values is maintained by the encoder and decoder. Each pixel that is seen by the encoder