Remove implication that "-C" is since Pillow 3.0.0

This commit is contained in:
Andrew Murray 2023-11-21 08:25:39 +11:00 committed by Ondrej Baranovič
parent 108eee1bdd
commit 10fd7ff539

View File

@ -151,13 +151,13 @@ Many of Pillow's features require external libraries:
* Pillow has been tested with libjpeg versions **6b**, **8**, **9-9d** and * Pillow has been tested with libjpeg versions **6b**, **8**, **9-9d** and
libjpeg-turbo version **8**. libjpeg-turbo version **8**.
* Starting with Pillow 3.0.0, libjpeg is required by default, but * Starting with Pillow 3.0.0, libjpeg is required by default. It can be
may be disabled with the ``-C jpeg=disable`` flag. disabled with the ``-C jpeg=disable`` flag.
* **zlib** provides access to compressed PNGs * **zlib** provides access to compressed PNGs
* Starting with Pillow 3.0.0, zlib is required by default, but may * Starting with Pillow 3.0.0, zlib is required by default. It can be
be disabled with the ``-C zlib=disable`` flag. disabled with the ``-C zlib=disable`` flag.
* **libtiff** provides compressed TIFF functionality * **libtiff** provides compressed TIFF functionality