How to batch convert images in Ubuntu 12.04


Install imagemagick :

sudo apt-get install libmagickwand-dev imagemagick

and then cd to your directory and run :

for file in *.jpg ; do convert “$file[144x]” “./thumbs/${file/%jpg/png}” ; done

Email me when eddyzhow publishes or recommends stories