mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
This is not so since #1029
This commit is contained in:
parent
5c233d12c6
commit
c2c586dcc1
|
@ -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
|
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
|
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`
|
their original size while loading them.
|
||||||
method also configures the JPEG decoder to trade some quality for speed.
|
|
||||||
|
|
||||||
The :py:meth:`~PIL.Image.Image.open` method may set the following
|
The :py:meth:`~PIL.Image.Image.open` method may set the following
|
||||||
:py:attr:`~PIL.Image.Image.info` properties if available:
|
:py:attr:`~PIL.Image.Image.info` properties if available:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user