Guest User

Untitled

a guest
Jan 17th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. from PIL import Image
  2. import numpy
  3.  
  4. im = Image.open('LakeEx.tif')
  5. imarray = numpy.array(im)
  6. imarray.shape
  7. im.show()
Add Comment
Please, Sign In to add comment