Labels

07/08/2009

Resizing pictures in batch in Linux

批量修改图片大小

Software: imagemagick

install: $ sudo apt-get install imagemagick

command:

$ mogrify -resize 50% *.jpg or
$ convert -resize 50% *.jpg (don't over write original photos)

No comments:

Post a Comment