awtk/tools/image_resize
2018-11-20 09:45:24 +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 add tool image_to_rgb565 2018-11-14 14:28:26 +08:00
to_rgb565.c fix compile warnings 2018-11-20 09:45:24 +08:00

image resize

调整图片大小

Usage: ./bin/image_resize ifilename ofilename width height

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

获取图信息

Usage: ./bin/image_info filename