Skip to content

Commit

Permalink
Increased average pixel value difference to allow for libwebp 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 6, 2017
1 parent c177b46 commit 97dba99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_webp_alpha.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_write_unsupported_mode_PA(self):
image.getdata()
target = Image.open(file_path).convert("RGBA")

self.assert_image_similar(image, target, 10.0)
self.assert_image_similar(image, target, 25.0)


if __name__ == '__main__':
Expand Down

0 comments on commit 97dba99

Please sign in to comment.