Redux » History » Version 10
Jim Pulokas, 08/14/2012 11:31 AM
1 | 3 | Jim Pulokas | h1. redux |
---|---|---|---|
2 | 2 | Jim Pulokas | |
3 | 10 | Jim Pulokas | redux is a package for generating custom views of images |
4 | 1 | Jim Pulokas | |
5 | 3 | Jim Pulokas | !redux_basic_idea.png! |
6 | |||
7 | 10 | Jim Pulokas | h2. Features |
8 | 4 | Jim Pulokas | |
9 | 10 | Jim Pulokas | * python library<pre>from |
10 | * network daemon that can answer requests for an image and the pipeline of processing to do on it |
||
11 | * command line client that uses either the network daemon or locally imported python library to do processing |
||
12 | 6 | Neil Voss | * complex behind-the-scenes result caching |
13 | |||
14 | 10 | Jim Pulokas | h2. Current design |
15 | 1 | Jim Pulokas | |
16 | 9 | Anchi Cheng | !redux_more_detail.png! |
17 | |||
18 | h2. [[Using Redux to serve images on myamiweb]] |