How to batch convert images in Ubuntu 12.04Install imagemagick :sudo apt-get install libmagickwand-dev imagemagickand then cd to your directory and run :for file in *.jpg ; do convert “$file[144x]” “./thumbs/${file/%jpg/png}” ; doneeddyzhowFollow authorShareEmail me when eddyzhow publishes or recommends storiesFollow