django-image-tools

Image tools for Django


Keywords
django, image, filter, tools, resize, crop
License
BSD-3-Clause
Install
pip install django-image-tools==0.7.b1

Documentation

Django Image Tools

https://travis-ci.org/bonsaistudio/django-image-tools.svg?branch=master https://pypip.in/version/django-image-tools/badge.png https://pypip.in/license/django-image-tools/badge.png https://pypip.in/download/django-image-tools/badge.png https://coveralls.io/repos/bonsaistudio/django-image-tools/badge.png

Django Image Tools is a small app that will allow you to manage your project's images without worrying much about image sizes, how to crop them, etc.. All you have to do is to define your website sizes and filters and the app will do the rest for you.

Check out the official docs on readthedocs!

Django Image Tools uses Travis CI to test the integration with several versions of Python and Django. You can see the list of currently supported combinations on our Travis CI page.