Could someone please enlighten me on how to connect both a readable and a writable stream.<p>For example I want to convert an image and then stream it to S3.<p>if I use knox <a href="https://github.com/LearnBoost/knox" rel="nofollow">https://github.com/LearnBoost/knox</a>
it has a way to read a stream from a file and then publish to s3.<p>But how can you take a stream from <a href="http://aheckmann.github.com/gm/" rel="nofollow">http://aheckmann.github.com/gm/</a> and stream it directly to knox or anything else for that matter?