Commit Graph

10 Commits

Author SHA1 Message Date
b87c58485c feat: add --pingpong flag to giftool
Add pingpong mode to giftool command. When --pingpong flag is used,
the generated GIF will play forward then backward, creating a
back-and-forth looping effect.

Features:
- Add --pingpong option to giftool command
- Support combining with --speed for adjusted playback speed
- Update documentation with new option

Examples:
- giftool [图片] --pingpong
- giftool [图片] --pingpong --speed 2.0
2026-04-02 20:06:15 +08:00
16b0451133 删掉黑白 2025-12-03 13:32:11 +08:00
2f22f11d57 调整 Gif 图渲染策略 2025-11-15 20:16:42 +08:00
f9a0249772 优化 giftool 的截取逻辑 2025-10-21 18:31:14 +08:00
6144563d4d 添加 giftool 倒放选项 2025-10-13 11:34:06 +08:00
af566888ab fix2 2025-10-12 15:24:49 +08:00
e72bc283f8 调整 giftool 2025-10-12 15:18:07 +08:00
0ca901e7b1 添加 giftool 2025-10-12 12:47:52 +08:00
d096f43d38 添加 giftool 2025-10-12 12:40:33 +08:00
ae83b66908 添加图像黑白 2025-10-12 11:50:15 +08:00