mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 03:21:44 +03:00
b3591351f6
removed --disable-osx-tcltk-frameworks
25 lines
816 B
ReStructuredText
25 lines
816 B
ReStructuredText
3.3.0
|
|
-----
|
|
|
|
Libimagequant support
|
|
=====================
|
|
|
|
There is now support for using libimagequant as a higher quality
|
|
quantization option in ``Image.quantize()`` on Unix-like
|
|
platforms. This support requires building Pillow from source against
|
|
libimagequant. We cannot distribute binaries due to licensing
|
|
differences.
|
|
|
|
New Setup.py options
|
|
====================
|
|
|
|
There are two new options to control the ``build_ext`` task in ``setup.py``:
|
|
|
|
* ``--debug`` dumps all of the directories and files that are
|
|
checked when searching for libraries or headers when building the
|
|
extensions.
|
|
* ``--disable-platform-guessing`` removes many of the directories
|
|
that are checked for libraries and headers for build systems or
|
|
cross compilers that specify that information in via environment
|
|
variables.
|