mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Increased average pixel value difference to allow for libwebp 0.6.1
This commit is contained in:
parent
c177b46b4a
commit
97dba99805
|
@ -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__':
|
||||
|
|
Loading…
Reference in New Issue
Block a user