Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to store .png file in variable python

from PIL import Image                                                                                
>>> img = Image.open('test.png')
>>> img.show() 
 
PREVIOUS NEXT
Tagged: #store #file #variable #python
ADD COMMENT
Topic
Name
9+7 =