We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc6cf3 commit db73266Copy full SHA for db73266
depends/install_imagequant.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
# install libimagequant
3
4
-archive=libimagequant-4.1.1
+archive=libimagequant-4.2.0
5
6
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive.tar.gz
7
docs/installation.rst
@@ -181,7 +181,7 @@ Many of Pillow's features require external libraries:
181
182
* **libimagequant** provides improved color quantization
183
184
- * Pillow has been tested with libimagequant **2.6-4.1.1**
+ * Pillow has been tested with libimagequant **2.6-4.2**
185
* Libimagequant is licensed GPLv3, which is more restrictive than
186
the Pillow license, therefore we will not be distributing binaries
187
with libimagequant support enabled.
0 commit comments