Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get resolution of image python

img = Image.open("test.png")
img = img.size
# img.size is a tuple
 
PREVIOUS NEXT
Tagged: #resolution #image #python
ADD COMMENT
Topic
Name
2+9 =