Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import PIL.Image
  2. import PIL.ImageTk
  3.  
  4. def dispPhoto(path):
  5.  newImage = PIL.Image.open(path).resize((300,300))
  6.  
  7. # ====続く=== #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement