Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/python-thumbnails/python-thumbnails
Thumbnails for Django, Flask and other Python projects. :rainbow:
https://github.com/python-thumbnails/python-thumbnails
django python thumbnails
Last synced: 18 days ago
JSON representation
Thumbnails for Django, Flask and other Python projects. :rainbow:
- Host: GitHub
- URL: https://github.com/python-thumbnails/python-thumbnails
- Owner: python-thumbnails
- License: mit
- Archived: true
- Created: 2015-03-14T21:55:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T20:10:21.000Z (about 7 years ago)
- Last Synced: 2024-09-15T01:28:37.378Z (about 2 months ago)
- Topics: django, python, thumbnails
- Language: Python
- Homepage: http://python-thumbnails.readthedocs.org/
- Size: 183 KB
- Stars: 110
- Watchers: 4
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
# python-thumbnails [![Build status](https://ci.frigg.io/badges/relekang/python-thumbnails/)](https://ci.frigg.io/relekang/python-thumbnails/last/) [![Coverage status](https://ci.frigg.io/badges/coverage/relekang/python-thumbnails/)](https://ci.frigg.io/relekang/python-thumbnails/last/)
Thumbnails for Django, Flask and other Python projects.
[![Documentation Status](https://readthedocs.org/projects/python-thumbnails/badge/?version=latest)](https://readthedocs.org/projects/python-thumbnails/?badge=latest)
[![Join the chat at https://gitter.im/relekang/python-thumbnails](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/relekang/python-thumbnails?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)## Install
```bash
pip install pillow # default image engine, not necessary if another engine is used
pip install python-thumbnails
```## Usage
```python
from thumbnails import get_thumbnailget_thumbnail('path/to/image.png', '300x300', crop='center')
```----------------------
MIT © Rolf Erik Lekang