This is a small how to resize pictures linux CLI
you need the package called imagemagick
mogrify -resize 640x480 *.jpg
that’s all
the full doc:
http://www.imagemagick.org/www/mogrify.html
This is a small how to resize pictures linux CLI
you need the package called imagemagick
mogrify -resize 640x480 *.jpg
that’s all
the full doc:
http://www.imagemagick.org/www/mogrify.html