We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug There are 2 images to compare:
They are technically similar but the library don't think so (even when pixelToleranceLevel = 0.99 and threshold = 50).
bc1a_result.png - result of comparison
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Even at a glance, the images are different:
Instead of looking for equality, for cases like this one you could look for similarity.
In my humble opinion, this is not a bug.
Sorry, something went wrong.
romankh3
No branches or pull requests
Describe the bug
There are 2 images to compare:
They are technically similar but the library don't think so (even when pixelToleranceLevel = 0.99 and threshold = 50).
bc1a_result.png - result of comparison
What am I doing wrong?
test_with_alpha.png
bc1a_decoded.png
bc1a_result.png
The text was updated successfully, but these errors were encountered: