Skip to content

Commit a334bb6

Browse files
committed
Updated libimagequant to 4.1.1
1 parent cdf5fd4 commit a334bb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depends/install_imagequant.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# install libimagequant
33

4-
archive=libimagequant-4.1.0
4+
archive=libimagequant-4.1.1
55

66
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive.tar.gz
77

docs/installation.rst

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

170170
* **libimagequant** provides improved color quantization
171171

172-
* Pillow has been tested with libimagequant **2.6-4.1**
172+
* Pillow has been tested with libimagequant **2.6-4.1.1**
173173
* Libimagequant is licensed GPLv3, which is more restrictive than
174174
the Pillow license, therefore we will not be distributing binaries
175175
with libimagequant support enabled.

0 commit comments

Comments
 (0)