From 97dba9980508e9af02deda4eded8aa7483de91cc Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 7 Dec 2017 00:46:56 +1100 Subject: [PATCH] Increased average pixel value difference to allow for libwebp 0.6.1 --- Tests/test_file_webp_alpha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_file_webp_alpha.py b/Tests/test_file_webp_alpha.py index ef9d74f3a4c..60a324d182c 100644 --- a/Tests/test_file_webp_alpha.py +++ b/Tests/test_file_webp_alpha.py @@ -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__':