gifsicle-stream-paras20xx

0.3.2 • 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);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.2
    2

Package Sidebar

Install

npm i gifsicle-stream-paras20xx

Weekly Downloads

2

Version

0.3.2

License

BSD

Last publish

Collaborators

  • paras20xx