mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +03:00
Added missing import
This commit is contained in:
parent
fae9afe351
commit
bb12c8079e
|
@ -18,6 +18,7 @@ Example: Draw a gray cross over an image
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
|
import sys
|
||||||
from PIL import Image, ImageDraw
|
from PIL import Image, ImageDraw
|
||||||
|
|
||||||
with Image.open("hopper.jpg") as im:
|
with Image.open("hopper.jpg") as im:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user