Python Project

  • Syntax: from PIL import Image
  • PIL: Python Imaging Library
  • Project date: Feb 28, 2020
  • Project URL: Click here to view code

Regular, Black & White, and Warhol Tiled.

Pythons Imaging Library (PIL) is a free, open-source library for the Python language. It supports image opening, manipulating, and saving images in many formats. As you see, I have the original photo of myself, which then I can change into a black and white photo, and even change it into the classic tiled Warhol style. This library can be used to load your photos, edit them, change their format, and create new images. The capabilities of this library are extensive. A good source on the Image Module can be found here!