From ffd3ba384e4c3eee1355f1eca8cac85ece6f6561 Mon Sep 17 00:00:00 2001 From: Matthew Dapena-Tretter Date: Tue, 21 Jan 2014 10:22:10 -0500 Subject: [PATCH] Link to Instakit. Related: fish2000/instakit#2 --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 28c42dd..a40a8ec 100644 --- a/README.rst +++ b/README.rst @@ -8,10 +8,15 @@ black-and-white version of a user-uploaded image? ImageKit will make them for you. If you need to programatically generate one image from another, you need ImageKit. +ImageKit comes with a bunch of image processors for common tasks like resizing +and cropping, but you can also create your own. For an idea of what's possible, +check out the `Instakit`__ project. + **For the complete documentation on the latest stable version of ImageKit, see** `ImageKit on RTD`_. .. _`ImageKit on RTD`: http://django-imagekit.readthedocs.org +__ https://github.com/fish2000/instakit Installation