>- 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:
>>
- 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-
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
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
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
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
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