Actions
Redux » History » Revision 11
« Previous |
Revision 11/12
(diff)
| Next »
Jim Pulokas, 08/14/2012 11:34 AM
redux¶
redux is a package for generating custom views of images
Features¶
- python library
import redux.client c = redux.client.SimpleClient() j = c.process_kwargs(filename='example.png', oformat='JPEG')
- 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
Current design¶
Using Redux to serve images on myamiweb¶
Updated by Jim Pulokas over 12 years ago · 11 revisions