Python: Difference between revisions
Line 388: | Line 388: | ||
<syntaxhighlight lang="python"> | <syntaxhighlight lang="python"> | ||
from PIL import Image, ImageOps | from PIL import Image, ImageOps | ||
img = Image.open("my_image.png") | img = Image.open("my_image.png") |