File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# install libimagequant
3
3
4
- archive=libimagequant-4.2.1
4
+ archive=libimagequant-4.2.2
5
5
6
6
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive .tar.gz
7
7
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ Many of Pillow's features require external libraries:
182
182
183
183
* **libimagequant ** provides improved color quantization
184
184
185
- * Pillow has been tested with libimagequant **2.6-4.2.1 **
185
+ * Pillow has been tested with libimagequant **2.6-4.2.2 **
186
186
* Libimagequant is licensed GPLv3, which is more restrictive than
187
187
the Pillow license, therefore we will not be distributing binaries
188
188
with libimagequant support enabled.
You can’t perform that action at this time.
0 commit comments