Skip to content

Commit 2973f69

Browse files
authored
Updated libimagequant to 4.4.0 (#9074)
1 parent 4677cf3 commit 2973f69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

depends/install_imagequant.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# install libimagequant
33

44
archive_name=libimagequant
5-
archive_version=4.3.4
5+
archive_version=4.4.0
66

77
archive=$archive_name-$archive_version
88

docs/installation/building-from-source.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Many of Pillow's features require external libraries:
6464

6565
* **libimagequant** provides improved color quantization
6666

67-
* Pillow has been tested with libimagequant **2.6-4.3.4**
67+
* Pillow has been tested with libimagequant **2.6-4.4.0**
6868
* Libimagequant is licensed GPLv3, which is more restrictive than
6969
the Pillow license, therefore we will not be distributing binaries
7070
with libimagequant support enabled.

winbuild/build_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def cmd_msbuild(
120120
"JPEGTURBO": "3.1.1",
121121
"LCMS2": "2.17",
122122
"LIBAVIF": "1.3.0",
123-
"LIBIMAGEQUANT": "4.3.4",
123+
"LIBIMAGEQUANT": "4.4.0",
124124
"LIBPNG": "1.6.50",
125125
"LIBWEBP": "1.6.0",
126126
"OPENJPEG": "2.5.3",

0 commit comments

Comments
 (0)