-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Description
There is clearly an issue with the latest gifsicle build. It turns out that the --lossy and --colors are no longer supported in the cli. I found that the issue for gifify resides in index.js @ ln# 165. Not sure why you would publish a wrapper library that is suppose to support a forked version of gifsicle. Be more clear in your documentation.
function computeGifsicleArgs(opts) {
// Gifsicle options
// http://www.lcdf.org/gifsicle/man.html
// --lossy is not yet into master, kohler/gifsicle#16
var args = [
'-O3',
'--lossy ' + opts.compress * 2,
'--colors ' + opts.colors,
'--no-warnings'
];
Metadata
Metadata
Assignees
Labels
No labels