Re: [Gimp-user] Scaling image via the command line

2009-01-25 Thread Owen
> Hi Tobias, gimp-users, > >>> > I wish to scale the 6MP images from my camera to a smaller size >>> say >>> > 600x800 to be loaded into my phone. How can this be done via >>> command >>> > line ? What are the switches (and arguments) to be used ? I have >>> > hundreds of images to be scaled. doin

Re: [Gimp-user] Scaling image via the command line

2009-01-25 Thread DJ
Hi Tobias, gimp-users, >> > I wish to scale the 6MP images from my camera to a smaller size say >> > 600x800 to be loaded into my phone. How can this be done via command >> > line ? What are the switches (and arguments) to be used ? I have >> > hundreds of images to be scaled. doing this with the

[Gimp-user] Scaling image via the command line

2009-01-25 Thread Steven W.
> >Hi, > >I wish to scale the 6MP images from my camera to a smaller size say 600x800 to be loaded into my phone. How can this be done via command line ? What are the switches (and arguments) to be used ? I have hundreds of images to be scaled. doing this with the GUI is impractical. I have GIMP o

Re: [Gimp-user] Scaling image via the command line

2009-01-25 Thread Tobias Jakobs
Am Sonntag, den 25.01.2009, 12:05 +1100 schrieb David Hodson: > On Sat, 2009-01-24 at 11:43 -0700, Sanjay Murthy wrote: > > > I wish to scale the 6MP images from my camera to a smaller size say > > 600x800 to be loaded into my phone. How can this be done via command > > line ? What are the switche

Re: [Gimp-user] Scaling image via the command line

2009-01-24 Thread Owen
> r-Encoding: quoted-printable > > > Hi, > > I wish to scale the 6MP images from my camera to a smaller size say > 600x800 to be loaded into my phone. How can this be done via command > line ? What are the switches (and arguments) to be used ? I have > hundreds of images to be scaled. doing this w

Re: [Gimp-user] Scaling image via the command line

2009-01-24 Thread Mark J. Reed
I would use ImageMagick for this instead of the GIMP. $ convert -resize 600x800 source-image dest-image or $ mogrify -resize 600x800 image-to-change-in-place That's width x height, btw, which would usually be 800x600 instead of 600x800... On Sat, Jan 24, 2009 at 8:05 PM, David Hodson wrote:

Re: [Gimp-user] Scaling image via the command line

2009-01-24 Thread David Hodson
On Sat, 2009-01-24 at 11:43 -0700, Sanjay Murthy wrote: > I wish to scale the 6MP images from my camera to a smaller size say > 600x800 to be loaded into my phone. How can this be done via command > line ? What are the switches (and arguments) to be used ? I have > hundreds of images to be scaled

Re: [Gimp-user] Scaling image via the command line

2009-01-24 Thread Claus Cyrny
Sanjay Murthy wrote: > Hi, > > I wish to scale the 6MP images from my camera to a smaller size say > 600x800 to be loaded into my phone. How can this be done via command > line ? What are the switches (and arguments) to be used ? I have > hundreds of images to be scaled. doing this with the GU

[Gimp-user] Scaling image via the command line

2009-01-24 Thread Sanjay Murthy
Hi, I wish to scale the 6MP images from my camera to a smaller size say 600x800 to be loaded into my phone. How can this be done via command line ? What are the switches (and arguments) to be used ? I have hundreds of images to be scaled. doing this with the GUI is impractical. I have GIMP on