Skip to content

"--lossy=80,--colors 80,..." - unrecognized  #13

@mainfraame

Description

@mainfraame

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions