Batch Resize Images in Ubuntu from the command line
daniel Mon, 03/21/2011 - 8:58am
If you have ImageMagik installed, just do:
mogrify -resize 640 *.jpg
where 640 is the image width you would like.
To Install ImageMagik:
sudo apt-get install imagemagick
- Log in to post comments