Buka Tiff Image Pyt

>>> from PIL import Image
>>> im = Image.open('a_image.tif')
>>> im.show()
Strange Salmon