改变图片尺寸(python)

for name in /图片路径;
do
 convert -resize 256x256! $name $name
done

posted @ 2016-05-23 12:36  linux_zero  阅读(308)  评论(0编辑  收藏  举报