Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thumpy-0.0.4.tar.gz (4.8 kB view details)

Uploaded Source

File details

Details for the file thumpy-0.0.4.tar.gz.

File metadata

  • Download URL: thumpy-0.0.4.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for thumpy-0.0.4.tar.gz
Algorithm Hash digest
SHA256 22bd84ec019c5bcc7b71aa54256a02548ab864b7ae6977e5f3f636467f217c74
MD5 d2366e8b39384e5ccb15c430ac6ded21
BLAKE2b-256 77787804ae4ddba6d7e6b2dcdd6274bd0b5496b8e73e52f3783f71792c53382e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page