Skip to content

Commit

Permalink
Merge pull request #7452 from radarhere/libtiff
Browse files Browse the repository at this point in the history
Updated libtiff to 4.6.0
  • Loading branch information
mergify[bot] committed Oct 9, 2023
2 parents 28affdb + 7cd792c commit ba09e11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion wheels/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ def cmd_msbuild(
"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": {
Expand Down

0 comments on commit ba09e11

Please sign in to comment.