Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jkawamoto/mkgif
- Owner: jkawamoto
- License: mit
- Created: 2023-06-11T02:33:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T01:47:19.000Z (6 months ago)
- Last Synced: 2024-05-22T02:39:38.979Z (6 months ago)
- Topics: animation, converter, gif, png, rust
- Language: Rust
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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 filesOptions:
-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.