django-metaimage

Wrapper around django-photologue dealing w/ remote images, and server-side-generated images
Download

django-metaimage Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Publisher Name:
  • Kai Wu
  • Publisher web site:
  • http://limist.com

django-metaimage Tags


django-metaimage Description

Wrapper around django-photologue dealing w/ remote images, and server-side-generated images django-metaimage is a Django app. Many sites deal with images/photos, which usually come from three sources: uploaded by a user, pulled from the Internet via a URL, or generated server-side. For the latter two cases, django-metaimage should be helpful: a new instance can take either a remote image URL, or raw image data as a string (e.g. as might be produced via Matplotlib).The main MetaImage model provides a wrapper of useful functionality around ImageModel from the powerful django-photologue app (a dependency). Some of the django-metaimage code was initially inspired from Pinax's photo app, but I have removed Pinax dependencies, so that django-metaimage only requires:1. Django2. django-photologue3. django-autoslug4. django-taggit5. django-uni-form, trunk (optional)You might need django-uni-form, if you want to use the included example templates, and want to see all django-metaimage's tests pass.In sum, this app is provides more flexibility with local representation of images on your site from multiple sources, whether uploaded, from remote images, or sever-side generated images. Requirements: · Python · Django · django-photologue · django-autoslug · django-taggit · django-uni-form


django-metaimage Related Software