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 .scm files.

Thanks; that's actually what I was looking at and why I was whining
about not being able to find references to the commands used.

I'm still trying to understand how to use some of these, but I think
some of it is just going to be trial-and-error for now

roland
-- 
   PGP Key ID: 66 BC 3B CD
Roland B. Roberts, PhD RL Enterprises
[EMAIL PROTECTED] 76-15 113th Street, Apt 3B
[EMAIL PROTECTED]  Forest Hills, NY 11375
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



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 circle-layer 3)  

This makes it transparent.  You may be able to use 
TRANS-IMAGE-FILL in place of the parameter '3'.

hth,

-- 
--Jeff
Jeff Trefftzs <[EMAIL PROTECTED]>
http://www.tcsn.net/trefftzsHome Page
http://gug.sunsite.dk/gallery.php&artist=68 Gimp Gallery
http://members4.clubphoto.com/jeff309574A photo gallery
http://www.photos4all.net/jefftzs   Another photo gallery



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



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 be back...

roland
-- 
   PGP Key ID: 66 BC 3B CD
Roland B. Roberts, PhD RL Enterprises
[EMAIL PROTECTED] 76-15 113th Street, Apt 3B
[EMAIL PROTECTED]  Forest Hills, NY 11375
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



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 drawables are layers)  Layers have
an associated image.

floating-layer: special type of layer; not all
operations are valid on floating layers.

There's probably more I've forgotten - ask if you run
into one.

Seth

--- Roland Roberts <[EMAIL PROTECTED]> wrote:
> > "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 main toolbox.  I
> think there's some
> Seth> scripts included with gimp as well that
> will generate some
> Seth> printout of whats aviable as well, but I'm
> not sure what it
> Seth> is at the moment.
> 
> I've found this, but for the total newbie (i.e.,
> *me*), this is a
> taunting reference.  For example, many of the
> functions want a
> drawable.  What's a drawable and how do I get one? 
> Searching on
> "drawable" didn't find any obvious hits.
> 
> So while I can find the list along with their
> parameters, I'm not
> getting very far trying to figure out how to do
> anything
> 
> roland
> -- 
>  PGP Key ID: 66 BC 3B CD
> Roland B. Roberts, PhD
> RL Enterprises
> [EMAIL PROTECTED] 76-15 113th
> Street, Apt 3B
> [EMAIL PROTECTED]  Forest
> Hills, NY 11375
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
>
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



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 now see
gimp-image-active-drawable

roland
-- 
   PGP Key ID: 66 BC 3B CD
Roland B. Roberts, PhD RL Enterprises
[EMAIL PROTECTED] 76-15 113th Street, Apt 3B
[EMAIL PROTECTED]  Forest Hills, NY 11375
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



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 main toolbox.  I think there's some
Seth> scripts included with gimp as well that will generate some
Seth> printout of whats aviable as well, but I'm not sure what it
Seth> is at the moment.

I've found this, but for the total newbie (i.e., *me*), this is a
taunting reference.  For example, many of the functions want a
drawable.  What's a drawable and how do I get one?  Searching on
"drawable" didn't find any obvious hits.

So while I can find the list along with their parameters, I'm not
getting very far trying to figure out how to do anything

roland
-- 
   PGP Key ID: 66 BC 3B CD
Roland B. Roberts, PhD RL Enterprises
[EMAIL PROTECTED] 76-15 113th Street, Apt 3B
[EMAIL PROTECTED]  Forest Hills, NY 11375
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



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 generate some printout of whats
aviable as well, but I'm not sure what it is at the
moment.

Happy GIMPing,
Seth Burgess
[EMAIL PROTECTED]

--- Roland Roberts <[EMAIL PROTECTED]> wrote:
> I've been looking all over and am drawing a blank
> trying to find
> references to the various commands I find in other
> people's scripts.
> Where can I find documentation on, for example,
> gimp-image-resize and
> the like?
> 
> roland
> -- 
>  PGP Key ID: 66 BC 3B CD
> Roland B. Roberts, PhD
> RL Enterprises
> [EMAIL PROTECTED] 76-15 113th
> Street, Apt 3B
> [EMAIL PROTECTED]  Forest
> Hills, NY 11375
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
>
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



[Gimp-user] Script-Fu command reference?

2001-03-26 Thread Roland Roberts

I've been looking all over and am drawing a blank trying to find
references to the various commands I find in other people's scripts.
Where can I find documentation on, for example, gimp-image-resize and
the like?

roland
-- 
   PGP Key ID: 66 BC 3B CD
Roland B. Roberts, PhD RL Enterprises
[EMAIL PROTECTED] 76-15 113th Street, Apt 3B
[EMAIL PROTECTED]  Forest Hills, NY 11375
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user