image-comparison icon indicating copy to clipboard operation
image-comparison copied to clipboard

[BUG] Similar images are not matched

Open MightyEagle82 opened this issue 1 year ago • 1 comments

Describe the bug There are 2 images to compare:

  1. test_with_alpha.png - reference image
  2. bc1a_decoded.png - image decoded from DDS file that was produced from the reference image

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

test_with_alpha

bc1a_decoded.png

bc1a_decoded

bc1a_result.png

bc1a_result

MightyEagle82 avatar Jan 04 '24 16:01 MightyEagle82