Quote:
Originally Posted by KlenTelaris
Do you maybe know command for image magick for mass resize/crop images in targeted directory ?
|
you could just use *
mogrify -resize 120x160 *.jpg
use 120x160!
to force that, otherwise it uses apect ratio.
make sure you always backup your images before doing this, you could do it another way if you wanted to name them something else.