[Gimp-user] Scaling an image from script?

2005-09-10 Thread Leeuw van der, Tim
Hi, I have a lot of images that need to be scaled. I wanted to write a (batch) script for that; I found a sample online of how to write batch-scripts. I did find in the function-database some image-scaling functions, but they confuse me unfortunately. What I was hoping for was something that wou

Re: [Gimp-user] Scaling an image from script?

2005-09-10 Thread michael chang
On 9/10/05, Leeuw van der, Tim <[EMAIL PROTECTED]> wrote: > I have a lot of images that need to be scaled. I wanted to write a (batch) > script for that; I found a sample online of how to write batch-scripts. This will be very confusing, since you're going to have to ensure the script works perfe

Re: [Gimp-user] Scaling an image from script?

2005-09-10 Thread Michael Schumacher
michael chang wrote: > On 9/10/05, Leeuw van der, Tim <[EMAIL PROTECTED]> wrote: > > >> I have a lot of images that need to be scaled. I wanted to write a >> (batch) script for that; I found a sample online of how to write >> batch-scripts. > > This will be very confusing, since you're going to

Re: [Gimp-user] Scaling an image from script?

2005-09-10 Thread michael chang
On 9/10/05, Michael Schumacher <[EMAIL PROTECTED]> wrote: > michael chang wrote: > > This will be very confusing, since you're going to have to ensure the > > script works perfectly on first run (since practically no useful > > debugging (it's very cryptic) exists for Script-Fu, although what it >

[Gimp-user] Re: Scaling an image from script?

2005-09-10 Thread Roel Schroeven
Leeuw van der, Tim schreef: > (If I don't get a reasonably workable and simple answer then I think > I'll just have to cook up something in Python using PIL and forego > the quality interpolation that GIMP has when scaling an image -- I'm > quite familiar with Python; but there's no Python for my w

RE: [Gimp-user] Re: Scaling an image from script?

2005-09-10 Thread Leeuw van der, Tim
I never actually looked at what PIL could really do for me until tonight, so I wasn't aware before that it could do such interpolations... I'm very pleased that it does; only snatch is that it does lose the EXIF data on the resized image (not sure yet if I mind or not). I saw the GIMP-Batch exa

[Gimp-user] Re: Scaling an image from script?

2005-09-10 Thread Roel Schroeven
Leeuw van der, Tim schreef: > I never actually looked at what PIL could really do for me until > tonight, so I wasn't aware before that it could do such > interpolations... I'm very pleased that it does; only snatch is that > it does lose the EXIF data on the resized image (not sure yet if I > mind

Re: [Gimp-user] Scaling an image from script?

2005-09-10 Thread Sven Neumann
Hi, "Leeuw van der, Tim" <[EMAIL PROTECTED]> writes: > Now my confusion is that I do find an image-scale function but that > doesn't allow for interpolation; I do find a function that allows > for interpolation: drawable-transform-scale. But that function seems > to be about transforming a region

Re: [Gimp-user] Scaling an image from script?

2005-09-10 Thread michael chang
On 9/10/05, Sven Neumann <[EMAIL PROTECTED]> wrote: > Hi, > > "Leeuw van der, Tim" <[EMAIL PROTECTED]> writes: > > > Now my confusion is that I do find an image-scale function but that > > doesn't allow for interpolation; I do find a function that allows > > for interpolation: drawable-transform-