sorl-thumbnail

Thumbnails for Django
Download

sorl-thumbnail Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Mikko Hellsing and Chris Beaven
  • Publisher web site:
  • http://code.google.com/u/@UhlXRFdZDxhDWAk=/

sorl-thumbnail Tags


sorl-thumbnail Description

Thumbnails for Django sorl-thumbnail is a simple-to-use thumbnailing plugin for Django.Our goal is to make the best thumbnailing application for Django, balancing simplicity and extensibility.Installation:1. Download the source.2. Put the sorl directory in your python path (I keep it in site-packages directory).3. Include the thumbnail app in your settings.py.Like this:INSTALLED_APPS = ( ... 'sorl.thumbnail',)Options are optional and should be a space separated.Note to sorl-thumbnail vetarans: The older format of comma separated options is still supported (with the limitation that *quality is the only option to which you can pass an argument to).*Unless you change the Thumbnail Processors, valid options are:crop Crop the source image height or width to exactly match the requested thumbnail size (the default is to proportionally resize the source image to fit within the requested thumbnail size).max Will resize the image to the same size as the crop option but it does not crop.autocrop Remove any unnecessary whitespace from the edges of the source image. This occurs before the crop or propotional resize.bw Make the thumbnail grayscale (not really just black & white).upscale Allow upscaling of the source image during scaling.sharpen Sharpen the thumbnail image (using the PIL sharpen filter)detail Add detail to the image, like a mild sharpen (using the PIL detail filter)quality= Alter the quality of the JPEG thumbnail (the default is 85).An example of basic usage:< img src="{% thumbnail person.photo 80x80 crop upscale %}" / > Requirements: · To enable PDF thumbnails you need ImageMagick · Python · For Word document thumbnail handling you need ImageMagick and wvWare


sorl-thumbnail Related Software