Re: [Gimp-user] gimp problem

2006-11-22 Thread Ismael Valladolid Torres
[EMAIL PROTECTED] escribe:
 i have installed gimp 2.2.13 on windows xp and when i start program i have the
 messages that my installation is incomplete.
 the opening of file program
 files\gimp\gimp-2.0\share\gimp\2.0\menus\toolbox-menu.xml as failed and idem
 for ...\menus\image-menu.xml. why ?

I don't know but I'd go for 2.3 in order to help developers testing
the beta. It's fairly stable enough.

Cordially, Ismael
-- 
Ismael Valladolid Torres Il est vain de pleurer sur l'esprit, il suffit
  de travailler pour lui. Albert Camus
http://digitrazos.info/
http://lamediahostia.blogspot.com/OpenPGP key ID: 0xDE721AF4
http://www.hispasonic.com/foro73.html  Jabber ID: [EMAIL PROTECTED]

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