All Projects → jacobsvante → Flask-Resize

jacobsvante / Flask-Resize

Licence: other
Flask extension for resizing, cropping and caching images.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Flask-Resize

flyio
Input Output Files in R from Cloud or Local
Stars: ✭ 46 (-2.13%)
Mutual labels:  aws-s3
imagor
Fast, Docker-ready image processing server in Go and libvips
Stars: ✭ 2,276 (+4742.55%)
Mutual labels:  resize-images
desktop
A native GUI application that makes it easy to explore and test Serverless Framework applications built on AWS Lambda.
Stars: ✭ 42 (-10.64%)
Mutual labels:  aws-s3
MERN-Ecommerce
An E-commerce app built using MERN stack. It has 4 social login options and implements email verification as well. Stripe and Paypal payment gateways are implemented.
Stars: ✭ 50 (+6.38%)
Mutual labels:  aws-s3
Dracker
An iOS and React App to track debt and send/receive payments.
Stars: ✭ 22 (-53.19%)
Mutual labels:  aws-s3
ml api covid
This is the API Code for my tutorial article. It paints a picture for developing a machine learning Python API from start to finish and provides help in more difficult areas like the setup with AWS Lambda.
Stars: ✭ 21 (-55.32%)
Mutual labels:  aws-s3
fss3
FSS3 is an S3 filesystem abstraction layer for Golang
Stars: ✭ 52 (+10.64%)
Mutual labels:  aws-s3
laravel-uppy-s3-multipart-upload
Multipart Uploads using Laravel, AWS S3, and Uppy
Stars: ✭ 30 (-36.17%)
Mutual labels:  aws-s3
ionic-image-upload
Ionic Plugin for Uploading Images to Amazon S3
Stars: ✭ 26 (-44.68%)
Mutual labels:  aws-s3
amazon-ivs-chime-web-demo
A demo web application intended as an educational tool for demonstrating how to load and play Amazon IVS streams alongside the Amazon Chime SDK.
Stars: ✭ 35 (-25.53%)
Mutual labels:  aws-s3
storage-abstraction
Provides an abstraction layer for interacting with a storage; the storage can be local or in the cloud.
Stars: ✭ 36 (-23.4%)
Mutual labels:  aws-s3
terraform-aws-backend
A Terraform module for your AWS Backend + a guide for bootstrapping your terraform managed project
Stars: ✭ 47 (+0%)
Mutual labels:  aws-s3
alpinist
Automatic Alpine Linux Package (apk) Repository Generation using AWS Lambda, S3 & SSM Parameter Store
Stars: ✭ 45 (-4.26%)
Mutual labels:  aws-s3
sic
🦜 Accessible image processing and conversion from the terminal. Front-end for image-rs/image.
Stars: ✭ 96 (+104.26%)
Mutual labels:  resize-images
serverless data pipeline example
Build and Deploy A Serverless Data Pipeline on AWS
Stars: ✭ 24 (-48.94%)
Mutual labels:  aws-s3
xilution-react-todomvc
An implementation of TodoMVC featuring AWS Serverless Application Model (SAM) and Xilution SaaS.
Stars: ✭ 24 (-48.94%)
Mutual labels:  aws-s3
orcanode
Software for live-streaming and recording lossy or lossless compressed audio (HLS, DASH, FLAC) via AWS S3 buckets. ⭐
Stars: ✭ 23 (-51.06%)
Mutual labels:  aws-s3
dog days
Using AWS RDS and S3 to store data about my dogs' vaccination and medical records. Creating an R shiny app to keep track of and share records with vets. 🐶 🐶
Stars: ✭ 44 (-6.38%)
Mutual labels:  aws-s3
punic
Punic is a remote cache CLI built for Carthage and Apple .xcframework
Stars: ✭ 25 (-46.81%)
Mutual labels:  aws-s3
aws-s3-multipart-upload
Example AWS S3 Multipart upload with aws-sdk for Go - Retries for failing parts
Stars: ✭ 34 (-27.66%)
Mutual labels:  aws-s3

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].