mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Documentation for requiring libjpeg and zlib unless disabled
This commit is contained in:
parent
29601ca119
commit
d4afc9ed1f
|
@ -51,10 +51,16 @@ Many of Pillow's features require external libraries:
|
|||
|
||||
* **libjpeg** provides JPEG functionality.
|
||||
|
||||
* Pillow has been tested with libjpeg versions **6b**, **8**, and **9** and libjpeg-turbo version **8**.
|
||||
* Pillow has been tested with libjpeg versions **6b**, **8**, and
|
||||
**9** 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.
|
||||
|
||||
* **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.
|
||||
|
||||
* **libtiff** provides compressed TIFF functionality
|
||||
|
||||
* Pillow has been tested with libtiff versions **3.x** and **4.0**
|
||||
|
|
Loading…
Reference in New Issue
Block a user