[CI skip]
This commit is contained in:
Hugo 2016-05-27 08:52:46 +03:00
parent 034c5fe8cb
commit 2af16a7b58

View File

@ -5,9 +5,9 @@ Libimagequant support
===================== =====================
There is now support for using libimagequant as a higher quality There is now support for using libimagequant as a higher quality
quantization option in ``Image.quantize()`` on unixlike quantization option in ``Image.quantize()`` on Unix-like
platforms. This support requires building Pillow from source against platforms. This support requires building Pillow from source against
libiamgequant. We cannot distribute binaries due to licensing libimagequant. We cannot distribute binaries due to licensing
differences. differences.
New Setup.py options New Setup.py options
@ -24,4 +24,4 @@ There are three new options to control the ``build_ext`` task in ``setup.py``:
variables. variables.
* ``--disable-osx-tcltk-framework`` prevents automatically linking * ``--disable-osx-tcltk-framework`` prevents automatically linking
against the system Tcl/Tk frameworks to allow building against against the system Tcl/Tk frameworks to allow building against
vendor provided libraries. vendor-provided libraries.