stany
0
Q:

pil python open image

   
  
# Imports PIL module  
from PIL import Image 
  
# open method used to open different extension image file 
im = Image.open(r"C:\Users\System-Pc\Desktop\ybear.jpg")  
  
# This method will show image in any image viewer  
im.show()  
-1

New to Communities?

Join the community