gif_cli 1.0.1 copy "gif_cli: ^1.0.1" to clipboard
gif_cli: ^1.0.1 copied to clipboard

An interactive CLI to convert image sequences into animated GIFs.

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.

0
likes
40
pub points
0%
popularity

Publisher

verified publishertheoretically.online

An interactive CLI to convert image sequences into animated GIFs.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

path, prompts

More

Packages that depend on gif_cli