Add note about aspect ratio to documentation

This commit is contained in:
George Wilson 2016-12-09 12:19:01 +00:00 committed by GitHub
parent badbff1b99
commit 50adc0cf3f

View File

@ -26,7 +26,9 @@ Open, rotate, and display an image (using the default viewer)
im.rotate(45).show()
The following script creates nice 128x128 thumbnails of all JPEG images in the
current directory.
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).
Create thumbnails
^^^^^^^^^^^^^^^^^