mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
Merge pull request #3311 from radarhere/installation
Added links to installation documentation
This commit is contained in:
commit
f6bab9fd49
|
@ -529,8 +529,8 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
To enable PNG support, you need to build and install the ZLIB compression
|
To enable PNG support, you need to build and install the ZLIB compression
|
||||||
library before building the Python Imaging Library. See the installation
|
library before building the Python Imaging Library. See the `installation
|
||||||
documentation for details.
|
documentation <../installation.rst>`_ for details.
|
||||||
|
|
||||||
PPM
|
PPM
|
||||||
^^^
|
^^^
|
||||||
|
|
|
@ -6,9 +6,10 @@ Added Complex Text Rendering
|
||||||
|
|
||||||
Pillow now supports complex text rendering for scripts requiring glyph
|
Pillow now supports complex text rendering for scripts requiring glyph
|
||||||
composition and bidirectional flow. This optional feature adds three
|
composition and bidirectional flow. This optional feature adds three
|
||||||
dependencies: harfbuzz, fribidi, and raqm. See the install
|
dependencies: harfbuzz, fribidi, and raqm. See the `install
|
||||||
documentation for further details. This feature is tested and works on
|
documentation <../installation.rst>`_ for further details. This feature is
|
||||||
Unix and Mac, but has not yet been built on Windows platforms.
|
tested and works on Unix and Mac, but has not yet been built on Windows
|
||||||
|
platforms.
|
||||||
|
|
||||||
New Optional Parameters
|
New Optional Parameters
|
||||||
=======================
|
=======================
|
||||||
|
|
Loading…
Reference in New Issue
Block a user