[Gimp-developer] how can I edit pages on wiki.gimp.org?

2004-11-09 Thread Roman Joost
It seems that the GIMP wiki now have some sort of protection against the
annoying spammers, which I really appreciate. I'm really thankfull that
Michael gardened the Wiki in the last months. However, am I able to get
a password to be able to edit the pages again?

Thanks and greetings,
-- 
Roman Joost
www: http://www.romanofski.de
email: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: [Gimp-developer] how can I edit pages on wiki.gimp.org?

2004-11-09 Thread Roman Joost
On Tue, Nov 09, 2004 at 11:51:34AM +0100, Roman Joost wrote:
 It seems that the GIMP wiki now have some sort of protection against the
 annoying spammers, which I really appreciate. I'm really thankfull that
 Michael gardened the Wiki in the last months. However, am I able to get
 a password to be able to edit the pages again?
Allright, already solved. Thanks to Dave. He pointed me to the
UserPreferences page.

Greetings,
-- 
Roman Joost
www: http://www.romanofski.de
email: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: [Gimp-developer] external API

2004-11-09 Thread Sven Neumann
Hi,

Johannes Zillmann [EMAIL PROTECTED] writes:

 i intend to use some gimp functionality like extract
 basic informations from pictures( size, resolution,..)
 or  format converations from an other program.
 Is there something like an external API ?

Sure. GIMP maintains a database of procedures. Some are provided by
the GIMP core, others are added by plug-ins and scripts. All these
procedures can be accessed from plug-ins and scripts. There are
bindings available for lots of languages including but not limited to
C, Perl, Python and Scheme. A good start is to have a look at the
Procedure Browser located in the Xtns menu and the GIMP reference
manuals which are online at http://developer.gimp.org/api/2.0/.


Sven
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Selection to brush/pattern/whatever in menus...

2004-11-09 Thread Sven Neumann
Hi,

Popolon [EMAIL PROTECTED] writes:

 The menu Select could have an organisation for these conversions as:

 Select-To...-[Brush/Channel/Image/Path/Pattern/...]

 to avoid a to long Select menu.

 and a 'Selection To Brush/Pattern' button could be in brush/Pattern
 windows, as there is 'Selection to Path' button in Path window.

Yes, the plan's to move the scripts out of the script-fu menu into the
places they belong to. What's missing here though is a better menu
registration functionality in Script-Fu. Kevin wanted to add a bug
report about this. Basically we need to be able to register Script-Fus
into the common menu hierarchy without breaking internationalization.
What needs to be done here is do the same change we did for plug-ins
and introduce a function similar to gimp_plugin_menu_register() to
Script-Fu and Tiny-Fu.


Sven
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer