mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 08:14:10 +03:00
Updated libtiff to 4.6.0
This commit is contained in:
parent
28affdbaf9
commit
7cd792cf0c
|
@ -156,7 +156,7 @@ Many of Pillow's features require external libraries:
|
|||
|
||||
* **libtiff** provides compressed TIFF functionality
|
||||
|
||||
* Pillow has been tested with libtiff versions **3.x** and **4.0-4.5.1**
|
||||
* Pillow has been tested with libtiff versions **3.x** and **4.0-4.6.0**
|
||||
|
||||
* **libfreetype** provides type related services
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ LIBPNG_VERSION=1.6.40
|
|||
JPEGTURBO_VERSION=3.0.0
|
||||
OPENJPEG_VERSION=2.5.0
|
||||
XZ_VERSION=5.4.4
|
||||
TIFF_VERSION=4.5.1
|
||||
TIFF_VERSION=4.6.0
|
||||
LCMS2_VERSION=2.15
|
||||
if [[ -n "$IS_MACOS" ]]; then
|
||||
GIFLIB_VERSION=5.1.4
|
||||
|
|
|
@ -184,9 +184,9 @@ DEPS = {
|
|||
"libs": [r"output\release-static\{architecture}\lib\*.lib"],
|
||||
},
|
||||
"libtiff": {
|
||||
"url": "https://download.osgeo.org/libtiff/tiff-4.5.1.tar.gz",
|
||||
"filename": "tiff-4.5.1.tar.gz",
|
||||
"dir": "tiff-4.5.1",
|
||||
"url": "https://download.osgeo.org/libtiff/tiff-4.6.0.tar.gz",
|
||||
"filename": "tiff-4.6.0.tar.gz",
|
||||
"dir": "tiff-4.6.0",
|
||||
"license": "LICENSE.md",
|
||||
"patch": {
|
||||
r"libtiff\tif_lzma.c": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user