.. Sphinx standard indentations # with overline, for parts * with overline, for chapters =, for sections -, for subsections ^, for subsubsections ", for paragraphs .. role:: namespace(literal) Python Pillow (PIL) examples ############################ About this site *************** This site provides the simple examples of `Pillow `_, mainly for the users, not for plugin-users. Note that this site is unofficial, and the contents are written by only one person (it's `me `_). So, there might be incompleteness. And `I `_'m not a native English speaker, so my English might be strange, sorry. .. note:: From `wikipedia `_: 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". Development appears to be discontinued with the last commit to the PIL repository coming in 2011. Consequently, a successor project called Pillow has forked the PIL repository and added Python 3.x support. This fork has been adopted as a replacement for the original PIL in Linux distributions including Debian and Ubuntu (since 13.04). The examples in this documents are basically for Pillow, not original PIL. So, if you need to run the codes for original PIL, see `Porting `_. Table of Contents ***************** .. toctree:: :maxdepth: 4 Image ImageChops ImageColor ImageDraw ImageEnhance ImageFilter ImageFont ImageGrab ImageMorph ImageOps ImagePath ImageSequence ImageStat ImageTk ExifTags PSDraw_and_EpsImagePlugin Apendices Other documents I'm writing ########################### * `ffmpeg examples <../../ffmpeg/index.html>`_