Skip to content

Commit

Permalink
Merge pull request #1170 from homm/fix-docs
Browse files Browse the repository at this point in the history
Fix JPEG image format docs
  • Loading branch information
wiredfool committed Jun 17, 2015
2 parents c526164 + c2c586d commit 1f9f9cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/handbook/image-file-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1f9f9cc

Please sign in to comment.