Standalone server/script behind lighttpd or apache server that provides image processing service (PIL, Imagemagick as engines). The server caches results on file system (local, mogilefs, etc). Pyips uses file storage specified by home directory property.
Project is in the early stage of development.
example urls:
http://server.com/pips?name=dir/subdir/picture.jpg&width=200&height=200
&crop_type=top&requested_image_type=PNG&optimize_png=true&refresh_specific_cache=true
http://eth0less.com/pyips/main.py/process?name=pic1.jpg&width=200&height=200&crop_type=top
http://eth0less.com/pyips/main.py/process?name=pic1.jpg&width=200&height=200&crop_type=center
http://eth0less.com/pyips/main.py/process?name=pic2.jpg&width=500&height=400
http://eth0less.com/pyips/main.py/process?name=pic2.jpg&width=600&height=600&scale_up_allowed=true
http://eth0less.com/pyips/main.py/process?name=pic3.jpg&width=500&height=400&crop_type=center