/gif_cli

Convert image sequences into animated GIFs!

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

GIF_CLI

Convert image sequences into animated GIFs!

Demo video (which in itself is also a GIF)

Demonstratinng gif_cli by turning an excerpt from "Harvey" by Her's into a GIF

Installing

Please note that gif_cli requires ffmpeg to be installed on your machine.

Option 1: pub package

Dart users can simply run dart pub global activate gif_cli to install the package from pub.dev.

Option 2: Standalone

Download an executable from Releases and add it to your PATH environment variable.

Running

Launch your terminal of choice, navigate to a directory that contains image sequences and run gif. The CLI will then guide you through the conversion process, as shown in the demo above.

Building

Once you have Dart installed, run dart compile exe bin/gif_cli.dart in the project directory to compile gif_cli into a standalone, architecture-specific executable file.