Flask Resize Save

Flask extension for resizing, cropping and caching images.

Project README

Flask-Resize

Travis CI build status (Linux) PyPI version Downloads from PyPI per month License Available as wheel Supported Python versions PyPI status (alpha/beta/stable) Coverage Status Code Health

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.

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.

Open Source Agenda is not affiliated with "Flask Resize" Project. README Source: jacobsvante/Flask-Resize
Stars
49
Open Issues
6
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating