load tif images as arrays paython code example Example: open tiff image pyt >>> from PIL import Image >>> im = Image.open('a_image.tif') >>> im.show()