Skip to content

Commit e154e97

Browse files
authored
Merge pull request #7463 from radarhere/libimagequant
Updated libimagequant to 4.2.2
2 parents 3a40816 + c759ef2 commit e154e97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: depends/install_imagequant.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# install libimagequant
33

4-
archive=libimagequant-4.2.1
4+
archive=libimagequant-4.2.2
55

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

Diff for: docs/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Many of Pillow's features require external libraries:
182182

183183
* **libimagequant** provides improved color quantization
184184

185-
* Pillow has been tested with libimagequant **2.6-4.2.1**
185+
* Pillow has been tested with libimagequant **2.6-4.2.2**
186186
* Libimagequant is licensed GPLv3, which is more restrictive than
187187
the Pillow license, therefore we will not be distributing binaries
188188
with libimagequant support enabled.

0 commit comments

Comments
 (0)