gifsicle-stream-papandreou

The gifsicle command line utility as a readable/writable stream.

BSD 1 个版本
安装
npm install gifsicle-stream-papandreou
yarn add gifsicle-stream-papandreou
pnpm add gifsicle-stream-papandreou
bun add gifsicle-stream-papandreou
README

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);
版本列表
0.1.1-patch1 2016-03-30