>>> from PIL import Image                                                                                 >>> img = Image.open('test.png') >>> img.show() 

Read more of this post