Re: [Gimp-user] dilate/erode batch

2006-11-22 Thread Sven Neumann
Hi,

On Wed, 2006-11-22 at 10:28 -0500, [EMAIL PROTECTED] wrote:

 I am trying to dilate / erode from a batch script.  I am receiving
 execurtion errors.  The following where its failing:
 
 (plug-in-erode   1; non-interactive
img  ; image name 
drawable ; drawable
)

You need to pass all parameters to the plug-in-erode function. Have a
look at the Procedure Browser in the Xtns menu to find out what
parameters are required.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] dilate/erode batch

2006-11-22 Thread toovey

Sven,

Thanks for your reply.  Is there anyway to determine what the default values
are and simply pass those?  Also under the paramater IMAGE it says (not
used) - can you explain this and is it still necessary to pass a parameter
here?

Thanks,
Brian

On 11/22/06, Sven Neumann [EMAIL PROTECTED] wrote:


Hi,

On Wed, 2006-11-22 at 10:28 -0500, [EMAIL PROTECTED] wrote:

 I am trying to dilate / erode from a batch script.  I am receiving
 execurtion errors.  The following where its failing:

 (plug-in-erode   1; non-interactive
img  ; image name
drawable ; drawable
)

You need to pass all parameters to the plug-in-erode function. Have a
look at the Procedure Browser in the Xtns menu to find out what
parameters are required.


Sven



___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] dilate/erode batch

2006-11-22 Thread Sven Neumann
Hi,

On Wed, 2006-11-22 at 12:41 -0500, [EMAIL PROTECTED] wrote:

 Thanks for your reply.  Is there anyway to determine what the default
 values are and simply pass those?  Also under the paramater IMAGE it
 says (not used) - can you explain this and is it still necessary to
 pass a parameter here? 

You need to pass all parameters, whether they are used or not. And
there's no simple way of determining the default values except for
looking at the plug-in's source code.

At some point this is supposed to change and the PDB should get named
parameters with default values. We have already done quite a bit of
changes to the GIMP core that go into this direction.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user