awtk/tools/image_resize/README.md
2018-07-10 15:59:21 +08:00

17 lines
292 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## image resize
### 调整图片大小
```
Usage: ./bin/image_resize ifilename ofilename width height
```
> width为0则宽度根据height按比例计算获得。
> height为0则高度根据width按比例计算获得。
### 获取图信息
```
Usage: ./bin/image_info filename
```