django-photoprocessor 0.1.7

django-photoprocessor is a Django app that provides automated image processing for Django.Step 1pip install django-photoprocessor(or clone the source and put the photoprocessor module on your path)Step 2Add ImageWithProcessorField to your models.#...