Discuss Python Image Library



Python Image library (PIL) is a free library for python programming language that provides support for modifying the image. We can open the image,convert the image to other format,blur the image,crop,resize,rotate and creating images with watermarks,creating word clouds and so on.Python Image Library is used by many real time applications internally to manipulate the image.The last version of PIL is 1.1.7 and was released on September 2009 and later development was discontinued later which PIL was replaced by Pillow.

Advertisements