bltzxsd / unlustig

GIF Caption maker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenshot

iFunny GIF Caption maker

Make GIF Captions on your 'puter.

Download and Install

You can download the latest release here.

  • Windows users can install the program using the msi installer or use the portable executable.
  • Arch users can download the PKGBUILD file and use an AUR helper.
  • Users on Debian (or any of its derivatives like Ubuntu) can use the .deb package file to install the program.
  • Although there is a portable executable available for Linux, it remains untested and it may not work as intended.

Examples

gif gif2

Building from source.

This program is compiled with Rust Edition 2021.

The Minimum Supported Rust Version (MSRV) is: 1.58.1

For debugging purposes, omit the --release flag.

cargo build --release 

Dependencies

  • gifsicle
  • FFmpeg

GIF compression requires Gifsicle.

Video processing requires FFmpeg

If Windows users do not have a dependency installed, the program will automatically download it. Linux users, if using optimization flags or mp4 media, must have gifsicle and/or FFmpeg installed and on their PATH.

Contributing

As this project is a one-dev project, all contributions are welcome.

License

This repository and all its source code is licensed under the MIT license.

About

GIF Caption maker

License:MIT License


Languages

Language:Rust 100.0%