Victor Derks e9ebb7e551
Use positive indexes to acces the line buffer during decoding (#313)
The line buffer is 2 pixels longer then required to make is easier to decode pixels on the edges. The start of the pointers was set to the first real pixel.
This caused the problem that negative indexes needed to be used in the code, which looks incorrect at first sight and makes the code harder to port.
2024-08-02 17:24:53 +02:00
..
2022-01-08 22:17:02 +01:00
2024-01-20 22:09:55 +01:00