gifsicle-stream

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

BSD 5 个版本
安装
npm install gifsicle-stream
yarn add gifsicle-stream
pnpm add gifsicle-stream
bun add gifsicle-stream
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);
版本列表
1.0.0 2019-08-15
0.3.1 2016-05-02
0.3.0 2016-04-15
0.2.0 2016-03-31
0.1.1 2015-03-14