Loading plug-ins
On Mon, Jan 26, 2009 at 12:03 PM, Rem P Roberti wrote:
I have downloaded a couple of python scripts for use with the Gimp, but
I have so far
been unable to figure out how to invoke them. Both scripts have been
placed in my
~/.gimp-2.6/plug-ins directory (this is a FreeBSD 7.1 system), and both
have been made
executable via chmod +x. Can someone give me a heads up on how to use
these scripts.
They're just like any other plug-in; they register one or more menu
items that you access them using. A little look at the contents of the
scripts should give you an idea where to find them in the menus.
If they aren't in the appropriate locations, then your gimp-python
installation may be nonexistent or broken.
Hope that helps,
David