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