1.sudo apt-get install imagemagick
2. for img in `ls /原始資料夾/*.JPG`; do convert -resize 50%x50% $img /目標資料夾/small-$img; done
3.在圖片左上角加註釋
convert -font 字型 -fill white -pointsize 60 -draw 'text 10,50(字的座標) "註釋"' 來源檔.jpg 目的檔.jpg
from : http://forum.ubuntu.org.cn/about42400.html&sid=d4cd876c5ef493b6436f838cdcf73e18
from : 子在川上曰
沒有留言:
張貼留言