mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-29 02:03:25 +03:00
Changed example image file name [ci skip]
This commit is contained in:
parent
cfff80ad76
commit
a6fc7a5320
|
@ -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