Contoh gambar PIL

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