Merge pull request #5196 from radarhere/example

Changed example image file name
This commit is contained in:
Hugo van Kemenade 2021-01-09 13:43:33 +02:00 committed by GitHub
commit 3dd8c981db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ Windows).
.. code-block:: python .. code-block:: python
from PIL import Image from PIL import Image
im = Image.open("bride.jpg") im = Image.open("hopper.jpg")
im.rotate(45).show() im.rotate(45).show()
Create thumbnails Create thumbnails