gifsicle-stream

1.0.0 • Public • Published

node-gifsicle-stream

NPM Version Build Status

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 = require('gifsicle-stream'),
  gifProcessor = new Gifsicle(['-w', '-O3']);
 
readStream.pipe(gifProcessor).pipe(writeStream);

Package Sidebar

Install

npm i gifsicle-stream

Weekly Downloads

2,082

Version

1.0.0

License

BSD

Unpacked Size

2.1 MB

Total Files

9

Last publish

Collaborators

  • oohnoitz