mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Use specific version of libimagequant
This commit is contained in:
parent
749ecd634e
commit
0904eb3e27
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# install libimagequant
|
||||
|
||||
git clone https://github.com/pornel/pngquant
|
||||
git clone -b 2.6.0 https://github.com/pornel/pngquant
|
||||
|
||||
pushd pngquant
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user