how to call image from a position as output in python code in PIL code example
Example: PIL image example
>>> from PIL import Image
>>> im = Image.open("image.jpg")
>>> im.show()
>>> from PIL import Image
>>> im = Image.open("image.jpg")
>>> im.show()