File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Many of Pillow's features require external libraries:
143143
144144* **libtiff ** provides compressed TIFF functionality
145145
146- * Pillow has been tested with libtiff versions **3.x ** and **4.0-4.4 **
146+ * Pillow has been tested with libtiff versions **3.x ** and **4.0-4.5 **
147147
148148* **libfreetype ** provides type related services
149149
Original file line number Diff line number Diff line change @@ -200,15 +200,11 @@ def cmd_msbuild(
200200 "libs" : [r"output\release-static\{architecture}\lib\*.lib" ],
201201 },
202202 "libtiff" : {
203- "url" : "https://download.osgeo.org/libtiff/tiff-4.4 .0.tar.gz" ,
204- "filename" : "tiff-4.4 .0.tar.gz" ,
205- "dir" : "tiff-4.4 .0" ,
206- "license" : "COPYRIGHT " ,
203+ "url" : "https://download.osgeo.org/libtiff/tiff-4.5 .0.tar.gz" ,
204+ "filename" : "tiff-4.5 .0.tar.gz" ,
205+ "dir" : "tiff-4.5 .0" ,
206+ "license" : "LICENSE.md " ,
207207 "patch" : {
208- r"cmake\LZMACodec.cmake" : {
209- # fix typo
210- "${{LZMA_FOUND}}" : "${{LIBLZMA_FOUND}}" ,
211- },
212208 r"libtiff\tif_lzma.c" : {
213209 # link against liblzma.lib
214210 "#ifdef LZMA_SUPPORT" : '#ifdef LZMA_SUPPORT\n #pragma comment(lib, "liblzma.lib")' , # noqa: E501
You can’t perform that action at this time.
0 commit comments