Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

opening image in python

#opening image with Pillow/Pil
from PIL import Image

image = Image.open(r"filepath")

image.show()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #opening #image #python
ADD COMMENT
Topic
Name
7+4 =