awtk/tools/image_resize
2019-08-17 08:11:33 +08:00
..
info.c remove timer in widget destroy 2018-07-11 14:34:52 +08:00
README.md add image resize 2018-07-10 15:59:21 +08:00
resize.c remove timer in widget destroy 2018-07-11 14:34:52 +08:00
SConscript support build for windows 32bit version 2019-03-20 09:34:25 +08:00
to_rgb565.c fix compile warnings 2019-08-17 08:11:33 +08:00

image resize

调整图片大小

Usage: ./bin/image_resize ifilename ofilename width height

width为0则宽度根据height按比例计算获得。 height为0则高度根据width按比例计算获得。

获取图信息

Usage: ./bin/image_info filename