gifsicle-bin

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

  • 所有者: imagemin/gifsicle-bin
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者imagemin/gifsicle-bin
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2013-07-29 18:01:17
推送于2023-09-20 17:18:30
最后一次提交
发布数33
最新版本名称v7.0.1 (发布于 2022-05-18 10:34:06)
第一版名称v0.1.0 (发布于 2013-08-11 21:03:39)
用户参与
星数117
关注者数17
派生数54
提交数193
已启用问题?
问题数102
打开的问题数21
拉请求数28
打开的拉请求数8
关闭的拉请求数12
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?