Python: Difference between revisions

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")