futurecolors / sorl-thumbnail

The original and the best

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thumbnails for Django. The original and the best

https://secure.travis-ci.org/mariocesar/sorl-thumbnail.png?branch=master:target:https://travis-ci.org/mariocesar/sorl-thumbnail

Features at a glance

  • Storage support
  • Pluggable Engine support (ImageMagick, PIL, pgmagick included)
  • Pluggable Key Value Store support (cached db, redis)
  • Pluggable Backend support
  • Admin integration with possibility to delete
  • Dummy generation (placeholders)
  • Flexible, simple syntax, generates no html
  • ImageField for model that deletes thumbnails
  • CSS style cropping options
  • Margin calculation for vertical positioning

Read more in the documentation (latest version)

Format preservation has been added. To preserve format set settings.THUMBNAIL_PRESERVE_FORMAT = True.

Gracefully degrades and defaults to using settings.THUMBNAIL_FORMAT.

Applications that currently use sorl should not notice any difference in functionality unless settings.THUMBNAIL_PRESERVE_FORMAT is set explicitly set to True.

Usage

Everything documented here: http://thumbnail.sorl.net/ and:

<img src="{% thumbnail obj.image "200x150" crop="center" %}"/>

About

The original and the best

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 93.2%Language:Shell 4.1%Language:CSS 2.7%