Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jkawamoto/mkgif

Create an animation GIF from the given image files
https://github.com/jkawamoto/mkgif

animation converter gif png rust

Last synced: 13 days ago
JSON representation

Create an animation GIF from the given image files

Awesome Lists containing this project

README

        

# mkgif
[![Build](https://github.com/jkawamoto/mkgif/actions/workflows/build.yaml/badge.svg)](https://github.com/jkawamoto/mkgif/actions/workflows/build.yaml)

Create an animation GIF from the given image files.

## Usage

```
Usage: mkgif [OPTIONS] [PATHS]...

Arguments:
[PATHS]... Paths to the input image files

Options:
-o, --output Path to the output file [default: output.gif]
-s, --speed Processing speed in [1, 30]. The higher the value the faster it runs at the cost of image quality [default: 10]
-h, --help Print help
-V, --version Print version
```

## Installation

```bash
brew install jkawamoto/tap/mkgif
```

Prebuilt binaries are also available on the [release page](https://github.com/jkawamoto/mkgif/releases).

## License
This application is released under the MIT License. For details, see the [LICENSE](LICENSE) file.