增加 Linux 下图片转换工具.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
7eda9123f6
commit
783b7e9976
|
@ -0,0 +1,10 @@
|
|||
# Linux 下图片转换工具
|
||||
|
||||
## 1.转换多图成 GIF 图像
|
||||
|
||||
```bash
|
||||
convert -delay 20 *.png filename.gif
|
||||
convert -delay 50 *.jpg filename.gif
|
||||
```
|
||||
|
||||
delay 参数指定图片切换的间隔。
|
Loading…
Reference in New Issue