jacobsvante / Flask-Resize

Flask extension for resizing, cropping and caching images.

Home Page:https://flask-resize.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Flask extension for resizing, cropping and caching images.

https://flask-resize.readthedocs.io/

License:Other


Languages

Language:Python 99.0%Language:Shell 1.0%