From: Peter Hickman Date: 2004-12-20T18:28:45+09:00 Subject: Re: Programatically resizing photos Phil Tomson wrote: >I find that Italy is a target-rich environment for taking pictures and >I'm taking lots. I need to resize the pics (make them smaller, like 320X240) >so I can put them on the web. Doing this by hand with iPhoto is a bit of >a pain. Can anyone suggest a way of doing this using a Ruby script? > >Thanks. > >Phil > > > > As you're using a Macintosh you could look at sips, which is installed by default - just type sips --help, which allows all sorts of image manipulation such as --resampleHeightWidth pixelsH pixelsW.