Skip to main content

Pillow - Python Imaging Library

Python Imaging Library (abbreviated as PIL) (in newer versions known as Pillow) is a free library for the Python programming language that adds support for opening, manipulating, and saving many different image file formats. It is available for Windows, Mac OS X and Linux. The latest version of PIL is 1.1.7, was released in September 2009 and supports Python 1.5.2–2.7, with Python 3 support to be released "later"

$pip install pillow

Comments

Popular posts from this blog

Python - Introduction

Python is an objected oriented programming language. Flavors of python are, CPython : This is the standard python language written in C programming language. This can be downloaded from  https://www.python.org/downloads/ .  Jython: Earlier known as JPython. It implementation of python meant to be run on Java Programming platform. IronPython: Just like Jython this is another implementation of python meant to be run on .NET Framework. PyPy: This is the implementation of python using the python language. RubyPython: This encloses python inside Ruby application StacklessPython Pythonxy AnacondaPython