[Gimp-user] curves spline batch

2011-06-10 Thread monty
>- Original Message >From: Sven Neumann >To: Decimator Doseven >Cc: gimp-user@lists.XCF.Berkeley.EDU >Sent: Tuesday, February 10, 2009 4:11:21 PM >Subject: Re: [Gimp-user] curves spline batch >On Tue, 2009-02-10 at 13:23 -0800, Decimator Doseven wrote: >>

Re: [Gimp-user] curves spline batch

2009-02-11 Thread Decimator Doseven
- Original Message From: Sven Neumann To: Decimator Doseven Cc: gimp-user@lists.XCF.Berkeley.EDU Sent: Tuesday, February 10, 2009 4:11:21 PM Subject: Re: [Gimp-user] curves spline batch On Tue, 2009-02-10 at 13:23 -0800, Decimator Doseven wrote: >> (gimp-

Re: [Gimp-user] curves spline batch

2009-02-10 Thread Sven Neumann
Hi, On Tue, 2009-02-10 at 13:23 -0800, Decimator Doseven wrote: > (gimp-curves-spline image > HISTOGRAM-VALUE 6 my-curve) You are passing the image ID to the gimp-curves-spline procedure but it expects the drawable ID. Sven

[Gimp-user] curves spline batch

2009-02-10 Thread Decimator Doseven
Ok, I have made progress. It appears that Gimp 2.6 does not like "aset!", so I had to change it to "vector-set!" to make gimp take it. Note this page stating that "aset" was deprecated back in gimp 2.4: http://www.gimp.org/docs/script-fu-update.html Script-fu gives me much better error messages

Re: [Gimp-user] curves spline batch

2009-02-10 Thread Niels Giesen
On Tue, Feb 10, 2009 at 6:58 PM, wrote: > Quoting Decimator Doseven : > >> I am attempting to set up a batch that automatically runs >> gimp-curves-spline on a set of images. However, I have never used >> Scheme before and therefore am not sure why my script is returning >> "batch command experie

Re: [Gimp-user] curves spline batch

2009-02-10 Thread saulgoode
Quoting Decimator Doseven : > I am attempting to set up a batch that automatically runs > gimp-curves-spline on a set of images. However, I have never used > Scheme before and therefore am not sure why my script is returning > "batch command experienced an execution error" > : > : > (gim

[Gimp-user] curves spline batch

2009-02-10 Thread Decimator Doseven
I am attempting to set up a batch that automatically runs gimp-curves-spline on a set of images. However, I have never used Scheme before and therefore am not sure why my script is returning "batch command experienced an execution error" Here is the command I am using to call the script(via a w