From 1c94c9fbf20b6a69b226da32fb460b62e0662e4d Mon Sep 17 00:00:00 2001 From: George Wilson Date: Sat, 22 Apr 2017 20:02:35 +0100 Subject: [PATCH] Use suggested doc block --- docs/reference/Image.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/reference/Image.rst b/docs/reference/Image.rst index 290a05505..572cbc95d 100644 --- a/docs/reference/Image.rst +++ b/docs/reference/Image.rst @@ -25,10 +25,8 @@ Open, rotate, and display an image (using the default viewer) im = Image.open("bride.jpg") im.rotate(45).show() -The following script creates nice 128x128 thumbnails of all JPEG images in the -current directory (N.B. It will maintain aspect ratio of the original JPEG -images so the thumbnails will only end up with sizes of 128x128 if the original -images were square). +The following script creates nice thumbnails of all JPEG images in the +current directory preserving aspect ratios with 128x128 max resolution. Create thumbnails ^^^^^^^^^^^^^^^^^