Skip to content
/ sizr Public

sizr - Fast scaling of images for web and mobile with caching

Notifications You must be signed in to change notification settings

dajool/sizr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

67cc8e9 · Dec 26, 2013

History

2 Commits
Dec 26, 2013
Dec 26, 2013
Dec 26, 2013
Dec 26, 2013

Repository files navigation

sizr - Fast scaling of images for web and mobile with caching

sizr is a django app that can resize images on the fly with just a GET request. sizr then fetches the image, resizes it caches the image in a "bucket" and redirects you to the local copy. The next request then gets redirected directly.

At the moment sizr has the status "prove of concept", so don't expect it to work with every image format or think of it as unbreakable.

Dependencies

  • Django 1.4.10
  • Grapelli 2.4.8
  • Python Requests (>= 0.8.2-1 | shipped with Ubuntu 12.04)

Some notes on base64

sizr uses base64 to encode URLs. But it has to be URL-safe, which standard base64 isn't.

iOS

Java

Perl

About

sizr - Fast scaling of images for web and mobile with caching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published