Thursday, May 22, 2008

convert multiple images from command line in linux (ubuntu)

sudo apt-get install imagemagick

convert '*.jpg' -resize 120x120 thumbnail%03d.png

more on the topic:
http://www.imagemagick.org/script/command-line-processing.php

No comments: