python-thumbnails / python-thumbnails

Thumbnails for Django, Flask and other Python projects. :rainbow:

Home Page:http://python-thumbnails.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-thumbnails Build status Coverage status

Thumbnails for Django, Flask and other Python projects.

Documentation Status Join the chat at https://gitter.im/relekang/python-thumbnails

Install

pip install pillow  # default image engine, not necessary if another engine is used
pip install python-thumbnails

Usage

from thumbnails import get_thumbnail

get_thumbnail('path/to/image.png', '300x300', crop='center')

MIT © Rolf Erik Lekang

About

Thumbnails for Django, Flask and other Python projects. :rainbow:

http://python-thumbnails.readthedocs.org/

License:MIT License


Languages

Language:Python 100.0%