Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import PIL
- import Image
- import _imaging
- im = Image.open("tmp.JPG")
- im.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement