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
關閉的拉請求數11
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?