Merge pull request #1170 from homm/fix-docs

Fix JPEG image format docs
This commit is contained in:
wiredfool 2015-06-17 12:29:43 -07:00
commit 1f9f9cc206

View File

@ -114,8 +114,7 @@ PIL reads JPEG, JFIF, and Adobe JPEG files containing ``L``, ``RGB``, or
Using the :py:meth:`~PIL.Image.Image.draft` method, you can speed things up by
converting ``RGB`` images to ``L``, and resize images to 1/2, 1/4 or 1/8 of
their original size while loading them. The :py:meth:`~PIL.Image.Image.draft`
method also configures the JPEG decoder to trade some quality for speed.
their original size while loading them.
The :py:meth:`~PIL.Image.Image.open` method may set the following
:py:attr:`~PIL.Image.Image.info` properties if available: