Skip to main content

Batch resize images on Ubuntu

  • Install imagemagick
  • Create newdir and copy images to be resized into it
  • cd into newdir

mogrify -format jpg -resize "800x500>" *

I have to admit, that I did not use this solution for long. I voted to run Windows in Virtualbox to use IrfanView as I could not find a simple to use but really mighty imageeditor in linux.