Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use positive indexes to acces the line buffer during decoding #313

Merged
merged 1 commit into from
Aug 2, 2024

Commits on Aug 2, 2024

  1. Use positive indexes to acces the line buffer during decoding

    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.
    vbaderks committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ea4843e View commit details
    Browse the repository at this point in the history