https://github.com/jacobsvante/flask-resize
Flask extension for resizing, cropping and caching images.
https://github.com/jacobsvante/flask-resize
aws-s3 flask python redis resize-images
Last synced: 6 months ago
JSON representation
Flask extension for resizing, cropping and caching images.
- Host: GitHub
- URL: https://github.com/jacobsvante/flask-resize
- Owner: jacobsvante
- License: other
- Created: 2013-11-10T02:04:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T07:28:21.000Z (almost 5 years ago)
- Last Synced: 2025-12-09T15:32:15.294Z (6 months ago)
- Topics: aws-s3, flask, python, redis, resize-images
- Language: Python
- Homepage: https://flask-resize.readthedocs.io/
- Size: 155 KB
- Stars: 49
- Watchers: 3
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask-Resize
[](https://travis-ci.org/jmagnusson/Flask-Resize)
[](https://pypi.python.org/pypi/Flask-Resize/)
[](https://pypi.python.org/pypi/Flask-Resize/)
[](https://pypi.python.org/pypi/Flask-Resize/)
[](https://pypi.python.org/pypi/Flask-Resize/)
[](https://pypi.python.org/pypi/Flask-Resize/)
[](https://pypi.python.org/pypi/Flask-Resize/)
[](https://coveralls.io/r/jmagnusson/Flask-Resize?branch=master)
[](https://landscape.io/github/jmagnusson/Flask-Resize/master)
## About
Flask extension for resizing images in your code and templates. Can convert from JPEG|PNG|SVG to JPEG|PNG, resize to fit and crop. File-based and S3-based storage options are available.
Created by [Jacob Magnusson](https://twitter.com/jacobsvante_).
## Installation
pip install flask-resize
# With S3
pip install flask-resize[s3]
# With Redis caching
pip install flask-resize[redis]
# With SVG source file support
pip install flask-resize[svg]
# With all features above
pip install flask-resize[full]
## Documentation
Found @ [flask-resize.readthedocs.io](https://flask-resize.readthedocs.io/).