Skip to content

Add support for lossygif #10

@davidschreiber

Description

@davidschreiber

There's a forked version of gifsicle called lossygif (https://kornel.ski/lossygif) that allows for reducing GIF file sizes even more than using the original gifsicle optimizations.

gifsicle --lossy=20 -O3 -o out.gif in.gif

Robogif could use lossygif to even further crunch down sizes of generated GIFs. A very convenient feature would be a --max-filesize option, that would tell robogif to continuously increase lossyness, trying get the final file size below that option value. This option can come in handy when a file size restriction is given (e.g. when adding GIF files to GitHub issues).

robogif --max-filesize=10M out.gif

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