add cmd : convert

This commit is contained in:
shzhxh 2021-04-11 20:39:59 +08:00
parent ed2ae99aeb
commit 2b63cc99b6
2 changed files with 24 additions and 0 deletions

21
Software/convert.md Normal file
View File

@ -0,0 +1,21 @@
#### 简介
转换图像的格式,包括调整大小、模糊、剪切、去除杂点、抖色、吸收、翻转、合并、重新采样等。
```bash
convert [imput-option] <input-file> [output-option] <output-file>
```
#### 选项
```bash
# 图片设置
-delay <value> # 显示图片的时间间隔为<value>
-loop <iterations> # 指定gif动画的循环次数
# 图片操作符
# 图片序列操作符
# 图片栈操作符
# 其它选项
```

View File

@ -0,0 +1,3 @@
#### 0405-0411
为系统调用写测试代码。