User Tools

Site Tools


blog:mass_resize_images_to_maximum_width

This is an old revision of the document!


Mass resize Images to maximum width

Downscale to maximum width:

mkdir tosend
mogrify -resize 2400">" -path tosend *.JPG

Downscale to maximum height:

mkdir tosend
mogrify -resize x2400">" -path tosend *.JPG

Discussion

Enter your comment. Wiki syntax is allowed:
  _      __  ____    ___    ____   ___ 
 | | /| / / / __ \  / _ \  / __/  / _ |
 | |/ |/ / / /_/ / / , _/ _\ \   / __ |
 |__/|__/  \____/ /_/|_| /___/  /_/ |_|
 
blog/mass_resize_images_to_maximum_width.1572156356.txt.gz · Last modified: 2019-10-27 07:05 by brb