https://github.com/chyroc/pics-to-gif
pics to gif / 照片转gif动图
https://github.com/chyroc/pics-to-gif
Last synced: 9 months ago
JSON representation
pics to gif / 照片转gif动图
- Host: GitHub
- URL: https://github.com/chyroc/pics-to-gif
- Owner: chyroc
- License: mit
- Created: 2018-03-30T05:36:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T08:53:33.000Z (over 8 years ago)
- Last Synced: 2025-01-29T08:22:50.430Z (over 1 year ago)
- Language: Go
- Size: 728 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pics-to-gif
pics to gif / 照片转gif动图
## install
```
go get github.com/Chyroc/pics-to-gif
```
## use
```
NAME:
pics-to-gif - 图片转GIF动图
USAGE:
t -f folder [-o out_filename] [-p goroutine]
VERSION:
v0.1.0
ARGS:
-f 图片所在文件夹
-o 输出GIF文件名
-p 并发数
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```