Fix typo in documentation
This commit is contained in:
parent
28954f7a9a
commit
eb29269432
2
qoi.h
2
qoi.h
@ -168,7 +168,7 @@ so "10 - 13" will result in 253, while "250 + 7" will result in 1.
|
|||||||
|-------+-----------------|
|
|-------+-----------------|
|
||||||
| 1 1 | run |
|
| 1 1 | run |
|
||||||
|
|
||||||
2-bit tag b01
|
2-bit tag b11
|
||||||
6-bit run-length repeating the previous pixel: 1..62
|
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
|
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.
|
are occupied by the QOI_OP_RGB and QOI_OP_RGBA tags.
|
||||||
|
Loading…
Reference in New Issue
Block a user