Re: [Gimp-user] Script-Fu command reference?

2001-03-26 Thread Roland Roberts
> "Jeff" == Jeff Trefftzs <[EMAIL PROTECTED]> writes: Jeff> Another good place to find how script-fu is used is to look Jeff> at some of the scripts that come with the Gimp. Check Jeff> /usr/local/share/gimp/1.2/ scripts or Jeff> /usr/share/gimp/1.2/scripts and look at the .sc

Re: [Gimp-user] Script-Fu command reference?

2001-03-26 Thread Jeff Trefftzs
Another good place to find how script-fu is used is to look at some of the scripts that come with the Gimp. Check /usr/local/share/gimp/1.2/ scripts or /usr/share/gimp/1.2/scripts and look at the .scm files. To get your circle layer properly transparent, you need to call (gimp-drawable-fill ci

Re: [Gimp-user] Script-Fu command reference?

2001-03-26 Thread Roland Roberts
> "Seth" == Seth Burgess <[EMAIL PROTECTED]> writes: Seth> There should probably be some explanation somewhere of what Seth> built-in types gimp expects. Real quick: [...] Seth> There's probably more I've forgotten - ask if you run into Seth> one. Thanks! I'm sure I'll

Re: [Gimp-user] Script-Fu command reference?

2001-03-26 Thread Seth Burgess
There should probably be some explanation somewhere of what built-in types gimp expects. Real quick: image: (whole image, with layers, channels, etc) drawable : (anything that can be drawn on - includes layers & channels) layer: (a layer in the image - all layers are drawables, not all

Re: [Gimp-user] Script-Fu command reference?

2001-03-26 Thread Roland Roberts
> "me" == Roland Roberts <[EMAIL PROTECTED]> writes: [...] me> For example, many of the functions want a drawable. What's a me> drawable and how do I get one? Searching on "drawable" didn't me> find any obvious hits. Okay, I'm clearly having a problem with my eyes :-( I no

Re: [Gimp-user] Script-Fu command reference?

2001-03-26 Thread Roland Roberts
> "Seth" == Seth Burgess <[EMAIL PROTECTED]> writes: Seth> The commands you can use are actually dynamic - they are Seth> added to with every script and plug-in you add. You can see Seth> them all through the PDB (procedural database) browser under Seth> the Xtns menu in the

Re: [Gimp-user] Script-Fu command reference?

2001-03-26 Thread Seth Burgess
Hi Roland, The commands you can use are actually dynamic - they are added to with every script and plug-in you add. You can see them all through the PDB (procedural database) browser under the Xtns menu in the main toolbox. I think there's some scripts included with gimp as well that will gener