#gif #animation #terminal

app gifscii

命令行中动画 GIF 的 CLI 工具

1 个稳定版本

1.0.0 2024 年 4 月 29 日

命令行工具 中排名 1464

MIT 许可证

5.5MB
276 代码行

gifscii

命令行中动画 GIF 的 CLI 工具

demo

用法

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

安装

crates.io

cargo install gifscii

从源码

cargo install --git https://github.com/taep96/gifscii

依赖

~10–20MB
~326K SLoC