Beyond your first link:
Over the years I have tried many things, so my two script collections can be used as examples:
- Filters>Python-Fu>Console>Browse, and use the search bar
- In the Python console use dir(someObject) to check the available methods. They are usually a self-explanatory parallel of a similar PDB function. Using these methods makes the code more readable IMHO. Many are documented in your first link, but some are not (and work just as well).
Over the years I have tried many things, so my two script collections can be used as examples:
- General scripts: http://sourceforge.net/projects/gimp-too...s/scripts/
- Path-related scripts: http://sourceforge.net/projects/gimp-pat...s/scripts/