Skip to content

cafebabel/Flask-Resize

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%