Advertisement
Guest User

Untitled

a guest
Jun 1st, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. import PIL
  2. import Image
  3. import _imaging
  4.  
  5. im = Image.open("tmp.JPG")
  6. im.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement