I'm trying to write a script in GIMP Python and cannot seem to find any online docs regarding the GIMP Python Objects such as images, layers, paths, vectors, strokes, ect.
I've looked around developer.gimp.org and the good old google but cannot seem to find anything.
I've also tried the looking at the GIMP installation files, I followed the gimpfu.py and found the object mapping of PF_VECTORS to gimp.Vectors but this takes me to a gimp.pyd file which I cannot view.
Any tips would be much appreciated, thank you.