Increased average pixel value difference to allow for libwebp 0.6.1

This commit is contained in:
Andrew Murray 2017-12-07 00:46:56 +11:00
parent c177b46b4a
commit 97dba99805

View File

@ -119,7 +119,7 @@ class TestFileWebpAlpha(PillowTestCase):
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__':