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.
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]
Found @ flask-resize.readthedocs.io.