Imagery is an image field, named ImageField, that provides a PIL Image object for Django model instances.
Django Imagery manages the storage of Image objects as disk files in a directory configured
... [More]
in the Django settings file, IMAGERY_ROOT.
Image processing functions are also available. They can be passed as parameters for the ImageField constructor. Each function is applied to the Image object when the model is saved, generating an extra processed image file in a subdirectory of IMAGERY_ROOT.
The project suffered a complete rewrite between versions 0.3 and 0.4. Much of it's functionality has moved to project Django Photography. [Less]