Q:

PIL image example

>>> from PIL import Image
>>> im = Image.open("image.jpg")
>>> im.show()
2

New to Communities?

Join the community