Project

General

Profile

Redux » History » Version 11

Jim Pulokas, 08/14/2012 11:34 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 11 Jim Pulokas
* python library<pre>import redux.client
10
c = redux.client.SimpleClient()
11
j = c.process_kwargs(filename='example.png', oformat='JPEG')</pre>
12 10 Jim Pulokas
* network daemon that can answer requests for an image and the pipeline of processing to do on it
13
* command line client that uses either the network daemon or locally imported python library to do processing
14 6 Neil Voss
* complex behind-the-scenes result caching
15
16 10 Jim Pulokas
h2. Current design
17 1 Jim Pulokas
18 9 Anchi Cheng
!redux_more_detail.png!
19
20
h2. [[Using Redux to serve images on myamiweb]]