mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Merge pull request #5196 from radarhere/example
Changed example image file name
This commit is contained in:
commit
3dd8c981db
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user