gifsicle-bin

gifsicle bin-wrapper that makes it seamlessly available as a local dependency

  • Owner: imagemin/gifsicle-bin
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

gifsicle-bin Build Status

gifsicle manipulates GIF image files in many different ways. Depending on command line options, it can merge several GIFs into a GIF animation; explode an animation into its component frames; change individual frames in an animation; turn interlacing on and off; add transparency and much more.

You probably want imagemin-gifsicle instead.

Install

$ npm install gifsicle

Usage

const {execFile} = require('child_process');
const gifsicle = require('gifsicle');

execFile(gifsicle, ['-o', 'output.gif', 'input.gif'], err => {
	console.log('Image minified!');
});

CLI

$ npm install --global gifsicle
$ gifsicle --help

License

MIT © Imagemin

Main metrics

Overview
Name With Ownerimagemin/gifsicle-bin
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2013-07-29 18:01:17
Pushed At2023-09-20 17:18:30
Last Commit At
Release Count33
Last Release Namev7.0.1 (Posted on 2022-05-18 10:34:06)
First Release Namev0.1.0 (Posted on 2013-08-11 21:03:39)
用户参与
Stargazers Count117
Watchers Count17
Fork Count54
Commits Count193
Has Issues Enabled
Issues Count102
Issue Open Count21
Pull Requests Count28
Pull Requests Open Count8
Pull Requests Close Count11
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private