Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

python-thumbnails/python-thumbnails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d8dc0ff · Oct 28, 2017
Apr 11, 2015
Oct 28, 2017
Oct 28, 2017
Mar 18, 2015
Dec 30, 2015
Apr 13, 2015
Oct 28, 2017
Apr 19, 2015
Apr 11, 2015
Jan 27, 2015
Mar 30, 2015
Oct 27, 2017
Oct 27, 2017
Oct 27, 2017
Apr 3, 2015
Oct 28, 2017

Repository files navigation

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