Skip to content

Commit

Permalink
Merge pull request #7564 from nulano/config-docs
Browse files Browse the repository at this point in the history
Use --config-settings in external libraries list in installation.rst
  • Loading branch information
hugovk committed Nov 20, 2023
2 parents 6b75268 + 10fd7ff commit 9694cfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.rst
Expand Up @@ -151,13 +151,13 @@ Many of Pillow's features require external libraries:

* Pillow has been tested with libjpeg versions **6b**, **8**, **9-9d** and
libjpeg-turbo version **8**.
* Starting with Pillow 3.0.0, libjpeg is required by default, but
may be disabled with the ``--disable-jpeg`` flag.
* Starting with Pillow 3.0.0, libjpeg is required by default. It can be
disabled with the ``-C jpeg=disable`` flag.

* **zlib** provides access to compressed PNGs

* Starting with Pillow 3.0.0, zlib is required by default, but may
be disabled with the ``--disable-zlib`` flag.
* Starting with Pillow 3.0.0, zlib is required by default. It can be
disabled with the ``-C zlib=disable`` flag.

* **libtiff** provides compressed TIFF functionality

Expand Down

0 comments on commit 9694cfc

Please sign in to comment.