Page 1 of 1

Re: resize multiple files into different folder

Posted: 2008-05-01T13:44:48-07:00
by Bonzo
Have you tried convert rather than mogrify ?

Re: resize multiple files into different folder

Posted: 2008-05-26T21:10:13-07:00
by anthony
Actually you should have had...

Code: Select all

mogrify -path D:\pictures\2008_04\home\web\   -resize 400x300     *.jpg
-path does not take a '*' just a directory name.