改变图片尺寸(python)

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

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