A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.
==========================
.. image:: https://travis-ci.org/respondcreate/django-versatileimagefield.svg?branch=master :target: https://travis-ci.org/respondcreate/django-versatileimagefield :alt: Travis CI Status
.. image:: https://coveralls.io/repos/github/respondcreate/django-versatileimagefield/badge.svg?branch=master :target: https://coveralls.io/github/respondcreate/django-versatileimagefield?branch=master :alt: Coverage Status
.. image:: https://img.shields.io/pypi/v/django-versatileimagefield.svg?style=flat :target: https://pypi.python.org/pypi/django-versatileimagefield/ :alt: Latest Version
A drop-in replacement for django's
ImageFieldthat provides a flexible, intuitive and easily-extensible interface for creating new images from the one assigned to the field.
Click here for a quick overview_ of what it is, how it works and whether or not it's the right fit for your project.
Python:
NOTE: The 1.2 release dropped support for Python 3.3.x.
Django_:
NOTE: Python 3.7 does not have support for Django 1.x.
NOTE: The 1.4 release dropped support for Django 1.5.x & 1.6.x.
NOTE: The 1.7 release dropped support for Django 1.7.x.
Pillow_ >= 2.4.0
Django REST Framework_:
Full documentation available at
Read the Docs_.
django-versatileimagefieldis hosted on
github_.