Python Pillow - Using Image Module
www.tutorialspoint.com › python_pillow › pythonOpening, rotating and displaying an image To load the image, we simply import the image module from the pillow and call the Image.open (), passing the image filename. Instead of calling the Pillow module, we will call the PIL module as to make it backward compatible with an older module called Python Imaging Library (PIL).