File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,13 +151,13 @@ Many of Pillow's features require external libraries:
151
151
152
152
* Pillow has been tested with libjpeg versions **6b **, **8 **, **9-9d ** and
153
153
libjpeg-turbo version **8 **.
154
- * Starting with Pillow 3.0.0, libjpeg is required by default, but
155
- may be disabled with the ``--disable- jpeg `` flag.
154
+ * Starting with Pillow 3.0.0, libjpeg is required by default. It can be
155
+ disabled with the ``-C jpeg=disable `` flag.
156
156
157
157
* **zlib ** provides access to compressed PNGs
158
158
159
- * Starting with Pillow 3.0.0, zlib is required by default, but may
160
- be disabled with the ``--disable- zlib `` flag.
159
+ * Starting with Pillow 3.0.0, zlib is required by default. It can be
160
+ disabled with the ``-C zlib=disable `` flag.
161
161
162
162
* **libtiff ** provides compressed TIFF functionality
163
163
You can’t perform that action at this time.
0 commit comments