Skip to content

Commit

Permalink
Merge 97dba99 into 6eb534b
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 6, 2017
2 parents 6eb534b + 97dba99 commit 1e8fc9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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
2 changes: 1 addition & 1 deletion depends/install_webp.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# install webp

archive=libwebp-0.6.0
archive=libwebp-0.6.1

./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz

Expand Down
6 changes: 3 additions & 3 deletions winbuild/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
'version': '8.6.7',
},
'webp': {
'url': 'http://downloads.webmproject.org/releases/webp/libwebp-0.6.0.tar.gz',
'filename': PILLOW_DEPENDS_DIR + 'libwebp-0.6.0.tar.gz',
'dir': 'libwebp-0.6.0',
'url': 'http://downloads.webmproject.org/releases/webp/libwebp-0.6.1.tar.gz',
'filename': PILLOW_DEPENDS_DIR + 'libwebp-0.6.1.tar.gz',
'dir': 'libwebp-0.6.1',
},
'openjpeg': {
'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.3.0/openjpeg-2.3.0.tar.gz',
Expand Down

0 comments on commit 1e8fc9a

Please sign in to comment.