We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46c408 commit 664bb98Copy full SHA for 664bb98
README.md
@@ -73,7 +73,7 @@ img_b = Image.open("b.png")
73
width, height = img_a.size
74
75
data_a = pil_to_flatten_data(img_a)
76
-data_b = pil_to_flatten_data(img_a)
+data_b = pil_to_flatten_data(img_b)
77
data_diff = [0] * len(data_a)
78
79
mismatch = pixelmatch(data_a, data_b, width, height, data_diff, {
0 commit comments