Thumbnails for Django, Flask and other Python projects.
This project is currently work in progress. It is not production ready. This gist outlines the planned features and the status of them.
pip install pillow # default image engine, not necessary if another engine is used
pip install python-thumbnailsfrom thumbnails import get_thumbnail
get_thumbnail('path/to/image.png', '300x300', 'center')MIT © Rolf Erik Lekang