From c2c586dcc1635e3f9d73263c8417e515d6f0bb77 Mon Sep 17 00:00:00 2001 From: homm Date: Fri, 3 Apr 2015 00:28:25 +0300 Subject: [PATCH] This is not so since #1029 --- docs/handbook/image-file-formats.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index a85a917b8..ed0c3ae5b 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -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: