Also, the mogrify command will make the changes to the original image.
Code: Select all
mogrify -resize 256x256 *.jpg
Code: Select all
mogrify -resize 25% *.jpg
Also check the forums here. There are many examples if you take a moment to look. This thread , for example.
I will post an example when I get home. You must have installed the optional ImageMagickObject COM+/OLE compatible component when you installed ImageMagick.