mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 11:08:34 +08:00
17 lines
292 B
Markdown
17 lines
292 B
Markdown
|
## image resize
|
|||
|
|
|||
|
### 调整图片大小
|
|||
|
|
|||
|
```
|
|||
|
Usage: ./bin/image_resize ifilename ofilename width height
|
|||
|
```
|
|||
|
|
|||
|
> width为0,则宽度根据height按比例计算获得。
|
|||
|
> height为0,则高度根据width按比例计算获得。
|
|||
|
|
|||
|
### 获取图信息
|
|||
|
```
|
|||
|
Usage: ./bin/image_info filename
|
|||
|
```
|
|||
|
|