add cmd : convert
This commit is contained in:
parent
ed2ae99aeb
commit
2b63cc99b6
|
@ -0,0 +1,21 @@
|
|||
#### 简介
|
||||
|
||||
转换图像的格式,包括调整大小、模糊、剪切、去除杂点、抖色、吸收、翻转、合并、重新采样等。
|
||||
|
||||
```bash
|
||||
convert [imput-option] <input-file> [output-option] <output-file>
|
||||
```
|
||||
|
||||
#### 选项
|
||||
|
||||
```bash
|
||||
# 图片设置
|
||||
-delay <value> # 显示图片的时间间隔为<value>
|
||||
-loop <iterations> # 指定gif动画的循环次数
|
||||
|
||||
# 图片操作符
|
||||
# 图片序列操作符
|
||||
# 图片栈操作符
|
||||
# 其它选项
|
||||
```
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#### 0405-0411
|
||||
|
||||
为系统调用写测试代码。
|
Loading…
Reference in New Issue