A Python web server that uses PIL to dynamically scale, crop, transform and serve images from S3 or the local filesystem
Project description
Meet Thumpy
Thumpy is a Python web service that crops and scales images. It doesn’t store anything. It’s meant to be used as an origin server sitting behind a CDN such as Amazon CloudFront.
CONFIGURATION
Settings are stored in the settings.yaml file. They should include the name and access keys to your S3 bucket.
INTERFACE
Thumpy serves images using the same paths as their storage location on S3. Conversion parameters are specified in the query string, using an interface inspired by TimThumb. examples:
Scale the width to 200px, and the height proportionally:
http://mythumpyserver.somewhere/castle.jpg?w=200
Scale the height to 150px, and the width propotionally:
http://mythumpyserver.somewhere/castle.jpg?w=200
Specify both height and width:
http://mythumpyserver.somewhere/castle.jpg?w=200&h=150
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file thumpy-0.0.3.tar.gz
.
File metadata
- Download URL: thumpy-0.0.3.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9022f1534d101786fab57a4e762fc0650dfe6066150be855a7a51d31929009c6 |
|
MD5 | 4838af369d517ee2e8bdbc37dc6f7089 |
|
BLAKE2b-256 | 5da6051ee89201da0d6e139f66575189aa84fb3ee676b22ac0a4873816c33b58 |