On Wed, 2010-01-13 at 19:05 +0100, Scott wrote:

> Finding a single source of current documentation on Python scripting in GIMP
> is darn near impossible.  I just fire up my google-fu and burn some bandwidth.
>  Experimentation is also key.  Not sure if something works, try it out. 

The best source of documentation is the source code. The second best
source is the Python introspection feature: open the Python console and
enter "help(gimp)".

It's also a good idea to look at the sample scripts that come with the
GIMP source tree.


Sven


_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Reply via email to