Pillow pypi code example
Example 1: pillow python
pip install pillow
Example 2: python pil
from PIL import Image
img = Image.open("./my_image.png")
pip install pillow
from PIL import Image
img = Image.open("./my_image.png")