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.
- Django 1.4.10
- Grapelli 2.4.8
- Python Requests (>= 0.8.2-1 | shipped with Ubuntu 12.04)
sizr uses base64 to encode URLs. But it has to be URL-safe, which standard base64 isn't.