mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-29 17:33:08 +03:00
Corrected links for Read The Docs [ci skip]
This commit is contained in:
parent
f6bab9fd49
commit
af817c83ad
|
@ -530,7 +530,7 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
||||||
|
|
||||||
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 <../installation.rst>`_ for details.
|
documentation <../installation.html>`_ for details.
|
||||||
|
|
||||||
PPM
|
PPM
|
||||||
^^^
|
^^^
|
||||||
|
|
|
@ -7,7 +7,7 @@ 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 <../installation.rst>`_ for further details. This feature is
|
documentation <../installation.html>`_ for further details. This feature is
|
||||||
tested and works on Unix and Mac, but has not yet been built on Windows
|
tested and works on Unix and Mac, but has not yet been built on Windows
|
||||||
platforms.
|
platforms.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user