Skip to content

theskumar/django-versatileimagefield

 
 

Repository files navigation

django-versatileimagefield

Travis CI Status

Coverage Status

Downloads

Latest Version


A drop-in replacement for django's ImageField that 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.

Compatibility

  • Python:
    • 2.7
    • 3.3
    • 3.4
  • Django:
    • 1.5.x (NOTE: Django REST Framework 3.3.x is not compatible with Django 1.5.x)
    • 1.6.x
    • 1.7.x
    • 1.8.x
  • Pillow >= 2.4.0
  • Django REST Framework:
    • 2.3.14
    • 2.4.4
    • 3.0.x
    • 3.1.x
    • 3.2.x
    • 3.3.x (NOTE: Django REST Framework 3.3.x is not compatible with Django 1.5.x)

Documentation

Full documentation available at Read the Docs.

Code

django-versatileimagefield is hosted on github.

About

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 your field.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.4%
  • JavaScript 1.6%
  • Other 1.0%