python program to find the resolution of the image code example
Example: get resolution of image python
img = Image.open("test.png")
img = img.size
# img.size is a tuple
img = Image.open("test.png")
img = img.size
# img.size is a tuple