All Projects → python-thumbnails → Python Thumbnails

python-thumbnails / Python Thumbnails

Licence: mit
Thumbnails for Django, Flask and other Python projects. 🌈

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Thumbnails

Django Wiki
A wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models.
Stars: ✭ 1,485 (+1237.84%)
Mutual labels:  django
Django Dashboard Black
Django Dashboard - Black Design | AppSeed
Stars: ✭ 108 (-2.7%)
Mutual labels:  django
Django Save The Change
Your DB Got It the First Time.
Stars: ✭ 109 (-1.8%)
Mutual labels:  django
Django Brake
Django Brake - a versatile ratelimiting app for Django.
Stars: ✭ 105 (-5.41%)
Mutual labels:  django
Django Celery
Old Celery integration project for Django
Stars: ✭ 1,439 (+1196.4%)
Mutual labels:  django
Django Ra Erp
A Django based framework to create diverse business solutions, equipped with a reporting engine and a responsive dashboard.
Stars: ✭ 108 (-2.7%)
Mutual labels:  django
Smcsystem
运维使用的主机与应用管理系统
Stars: ✭ 105 (-5.41%)
Mutual labels:  django
Django Bruteforce Protection
Bruteforce protection for Django projects based on Redis. Simple, powerful, extendable.
Stars: ✭ 110 (-0.9%)
Mutual labels:  django
Django Oauth2 Server
OAuth2 server written in Python with Django
Stars: ✭ 108 (-2.7%)
Mutual labels:  django
Wagtail Pipit
Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
Stars: ✭ 109 (-1.8%)
Mutual labels:  django
Opentpod
Open Toolkit for Painless Object Detection
Stars: ✭ 106 (-4.5%)
Mutual labels:  django
Beatserver
Beatserver, a periodic task scheduler for Django 🎵
Stars: ✭ 106 (-4.5%)
Mutual labels:  django
Django Adminlte3
AdminLTE Templates, Template Tags, and Admin Theme for Django
Stars: ✭ 108 (-2.7%)
Mutual labels:  django
Django Cc
Django wallet for Bitcoin and other cryptocurrencies
Stars: ✭ 105 (-5.41%)
Mutual labels:  django
Django Pattern Library
UI pattern libraries for Django templates
Stars: ✭ 110 (-0.9%)
Mutual labels:  django
Django Notifs
Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
Stars: ✭ 105 (-5.41%)
Mutual labels:  django
Comics
comics is a web comics aggregator
Stars: ✭ 108 (-2.7%)
Mutual labels:  django
Docker Nginx Postgres Django Example
Example using Docker, Django, multiple Postgres databases, NginX, Gunicorn, pipenv, GitLab CI and tox.
Stars: ✭ 110 (-0.9%)
Mutual labels:  django
Django Translations
Django model translation for perfectionists with deadlines.
Stars: ✭ 109 (-1.8%)
Mutual labels:  django
Django Shop Tutorial
Use Django To Create A Simple Shopping Site Tutorial
Stars: ✭ 109 (-1.8%)
Mutual labels:  django

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].