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

outdated

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.

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
20
points
21
downloads

Publisher

verified publishertheoretically.online

Weekly Downloads

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