Pillow/docs/releasenotes/3.3.0.rst

28 lines
985 B
ReStructuredText
Raw Normal View History

2016-05-26 23:55:36 +03:00
3.3.0
-----
Libimagequant support
=====================
There is now support for using libimagequant as a higher quality
quantization option in ``Image.quantize()`` on unixlike
platforms. This support requires building Pillow from source against
libiamgequant. We cannot distribute binaries due to licensing
differences.
New Setup.py options
====================
There are three 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.
* ``--disable-osx-tcltk-framework`` prevents automatically linking
against the system Tcl/Tk frameworks to allow building against
vendor provided libraries.