From c821dd31b201524543253ef6609a9bdf2c2956a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20J=C3=B6rg=20Schmidt?= Date: Tue, 18 Nov 2014 13:53:17 +0100 Subject: [PATCH] Fix link to Pillow --- docs/scenarios/imaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/imaging.rst b/docs/scenarios/imaging.rst index 8e3f643e5..557b44d46 100644 --- a/docs/scenarios/imaging.rst +++ b/docs/scenarios/imaging.rst @@ -12,7 +12,7 @@ The `Python Imaging Library `_, or PIL for short, is *the* library for image manipulation in Python. Unfortunately, its development has stagnated, with its last release in 2009. -Luckily for you, there's an actively-developed fork of PIL called `Pillow `_ - it's easier to install, runs on all operating systems, and supports Python 3. Installation