Redux » History » Revision 11
Revision 10 (Jim Pulokas, 08/14/2012 11:31 AM) → Revision 11/12 (Jim Pulokas, 08/14/2012 11:34 AM)
h1. redux redux is a package for generating custom views of images !redux_basic_idea.png! h2. Features * python library<pre>import redux.client c = redux.client.SimpleClient() j = c.process_kwargs(filename='example.png', oformat='JPEG')</pre> library<pre>from * network daemon that can answer requests for an image and the pipeline of processing to do on it * command line client that uses either the network daemon or locally imported python library to do processing * complex behind-the-scenes result caching h2. Current design !redux_more_detail.png! h2. [[Using Redux to serve images on myamiweb]]