Image transforming WSGI middleware
Project description
repoze.bitblt README
====================
This package provides a WSGI middleware component which transforms and
converts image streams using PIL.
Usage
-----
The middleware responds to the following URL parameters:
@width Width
@height Height
@mimetype MIME-type
Example:
http://host/path/to/images/foo.jpg?width=640&height=480&mimetype=image/png
Note that in a real-world setup, you'd want to put a caching proxy in
front of your application.
Future plans
------------
Support video transcoding.
Credits
-------
Malthe Borch <mborch@gmail.com> and Stefan Eletzhofer <stefan.eletzhofer@inquant.de>
Changelog
=========
Head
~~~~
0.1 (2008-10-03)
~~~~~~~~~~~~~~~~
- Initial release.
====================
This package provides a WSGI middleware component which transforms and
converts image streams using PIL.
Usage
-----
The middleware responds to the following URL parameters:
@width Width
@height Height
@mimetype MIME-type
Example:
http://host/path/to/images/foo.jpg?width=640&height=480&mimetype=image/png
Note that in a real-world setup, you'd want to put a caching proxy in
front of your application.
Future plans
------------
Support video transcoding.
Credits
-------
Malthe Borch <mborch@gmail.com> and Stefan Eletzhofer <stefan.eletzhofer@inquant.de>
Changelog
=========
Head
~~~~
0.1 (2008-10-03)
~~~~~~~~~~~~~~~~
- Initial release.
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
repoze.bitblt-0.1.tar.gz
(11.2 kB
view hashes)