resize multiple files into different folder
Re: resize multiple files into different folder
Have you tried convert rather than mogrify ?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: resize multiple files into different folder
Actually you should have had...
-path does not take a '*' just a directory name.
Code: Select all
mogrify -path D:\pictures\2008_04\home\web\ -resize 400x300 *.jpg
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/