Merge pull request #2880 from radarhere/webp

Updated libwebp to 0.6.1
This commit is contained in:
wiredfool 2017-12-19 15:47:13 +00:00 committed by GitHub
commit c94484ecab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

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__':

View File

@ -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

View File

@ -66,9 +66,9 @@ libs = {
'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',