Pillow/docs/releasenotes/3.3.0.rst
wiredfool b3591351f6 Updated release notes [ci skip]
removed --disable-osx-tcltk-frameworks
2016-06-11 15:45:00 +01:00

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.