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

match: Fix false positive on similar-intensity grays & blues #793

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

drothlis
Copy link
Contributor

The second pass of the match algorithm needs to run on all 3 color channels (ideally in a perceptually uniform colorspace like LAB).

TODO:

  • Failing testcase.
  • Fix it.

The second pass of the `match` algorithm needs to run on all 3 color
channels (ideally in a perceptually uniform colorspace like LAB).
@drothlis drothlis changed the title test_gray_blue_false_positive: Add failing test-case match: Fix false positive on similar-intensity grays & blues Apr 27, 2023
@wmanley wmanley added this to the v34 milestone May 16, 2023
@drothlis drothlis modified the milestones: v34, v35 May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants