Merge pull request #2281 from wilsonge/patch-1

Add note about aspect ratio to documentation
This commit is contained in:
wiredfool 2017-10-01 20:16:00 +01:00 committed by GitHub
commit 0f17f0e5c0

View File

@ -25,8 +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.
The following script creates nice thumbnails of all JPEG images in the
current directory preserving aspect ratios with 128x128 max resolution.
Create thumbnails
^^^^^^^^^^^^^^^^^