Python: Difference between revisions

5 bytes removed ,  8 June 2020
Line 388: Line 388:
<syntaxhighlight lang="python">
<syntaxhighlight lang="python">
from PIL import Image, ImageOps
from PIL import Image, ImageOps
from


img = Image.open("my_image.png")
img = Image.open("my_image.png")