Making thumbnails with ImageMagick is really a breeze.
convert input.ext -resize 80x80^ -gravity center -extent 80x80 output.ext
Making thumbnails with ImageMagick is really a breeze.
convert input.ext -resize 80x80^ -gravity center -extent 80x80 output.ext