search
menu
person

NEWS AND UDATES

В категории сайтов: 4
Показано сайтов: 1-4

Сортировать по: Дате · Названию · Рейтингу · Переходам

django-ajax-uploader provides a useful class you can use to easily implement ajax uploads.

It uses valum's great uploader: https://github.com/valums/file-uploader, and draws heavy inspiration and some code from https://github.com/alexkuhl/file-uploader

In short, it implements a callable class, AjaxFileUploader that you can use to handle uploads. By default, AjaxFileUploader assumes you want to upload to local storage, but you can select any other backend if desired or write your own (see backends section below). Pull requests welcome!


django-ajaxuploader from https://github.com/GoodCloud/django-ajax-uploader for ajax recipe images uploading. We hacked the back-end interface for easy-thumbnails to adopt our project. Our hacked version is in https://github.com/michael54/django-ajax-uploader.
Работа с изображениями | Переходов: 731 | Дата: 13.02.2013

sorl-thumbnail

Thumbnails for Django. Totally rewritten.

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)

Работа с изображениями | Переходов: 812 | Дата: 13.02.2013

Easy Thumbnails

A powerful, yet easy to implement thumbnailing application for Django.

Easy thumbnails generates thumbnail images by passing the source image through a series of image processors. Each processor may alter the image, often dependent on the options it receives.


Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
Работа с изображениями | Переходов: 1056 | Дата: 13.02.2013

ImageKit is a Django app for processing images. Need a thumbnail? A black-and-white version of a user-uploaded image? ImageKit will make them for you. If you need to programatically generate one image from another, you need ImageKit.

Automated image processing for Django models. Currently v3.0a


Работа с изображениями | Переходов: 1245 | Дата: 13.02.2013