1 stable release
1.0.0 | Apr 29, 2024 |
---|
#586 in Images
5.5MB
276 lines
gifscii
A CLI to animate GIFs in the terminal
Usage
Usage: gifscii [OPTIONS] <INPUT>
Arguments:
<INPUT> URL/stdin/path to the GIF file
Options:
-n, --no-loop Loop the animation
-f, --filter <FILTER> Scaling filter [default: lanczos3] [possible values: lanczos3, gaussian, catmull-rom, triangle, nearest, none]
-d, --debug Print debug info - progress, frame time/rate, delays
-h, --help Print help (see more with '--help')
-V, --version Print version
Installation
crates.io
cargo install gifscii
From source
cargo install --git https://github.com/taep96/gifscii
Dependencies
~10–19MB
~312K SLoC