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

Change criteria for checking neighbor blocks (#39) and possibly bugfix #43

Merged
merged 1 commit into from Jan 4, 2021

Commits on Jan 4, 2021

  1. Change criteria for checking neighbor blocks (#39) and bugfix

    - Change criteria for checking neighbor blocks, as described in #39.
    - Possibly bugfix:
        - Under the loop in [line 192](https://github.com/beurtschipper/Depix/blob/f2353b6f5e2334ae61182aceda32d486eb92b9ae/depixlib/functions.py#L192)
        - assume it found a match in line 211 when `pixelatedSubRectange` == THE_ABOVE_PIXEL,
        - and it also found a match when `pixelatedSubRectangle` == THE_BELOW_PIXEL,
        - then `totalMatches` == 2, so the two results would be abandoned.
        - However, they are valid results, and should be taken into account.
    davidhcefx committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    544ba4d View commit details
    Browse the repository at this point in the history