Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to write a script to display an image in python

>>> from PIL import Image                                                                                
>>> img = Image.open('test.png')
>>> img.show() 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #write #script #display #image #python
ADD COMMENT
Topic
Name
5+5 =