On 30 Sep 2002 17:16:24 -0400 Paul Rodriguez <[EMAIL PROTECTED]> wrote:

> Is there a way to resize a bunch of photos at the same time?  I have a
> folder with 42 photos from my digital camera and would like to make them
> 1/3 the size to put on the web in as few strokes as possible.  Ok, at
> least in an easy and reproducable way.

ImageMagick - the mogrify command therein - will do it:

http://www.imagemagick.org/www/mogrify.html

Something like

mogrify -resize 33%x33% *.jpg

would appear to work. (Of course this will _replace_ all the existing .jpg files with 
their smaller mogrifications, so back them up first!)


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to