node-gifsicle-stream
The gifsicle command line utility as a readable/writable stream.
Based heavily on node-jpegtran
which is written by papandreou.
Installation
$ npm install gifsicle-stream
Usage
The constructor accepts an optional array of command line options for the gifsicle
binary:
var Gifsicle = gifProcessor = '-w' '-O3'; readStream;