Hey, all.
My background is in software development and I'm dabbling with GIMP relative to a current project.
Specifically, using Python to do image processing. Since I'm just starting to learn, I'm usually trying to rudimentary tasks like changing the color of a black square.
Like a lot of mature open source projects, there have been many efforts to document, communities, etc. over the life of this project. So it's easy to stumble onto dead links, abandoned forums, outdated answers.
To cite an example: it took hours figure out how, using the Python-Fu Console, to get simple commands to run on my image for testing. e.g.:
from gimpfu import *
image = gimp.image_list()[0]
drawable = pdb.gimp_image_active_drawable(image)
In all fairness, it is a well-established matter of public record that there are few with in my league when it comes to dim-witted clodding about -- yet I can't help but suspect that there are some good educational resources out there that I've overlooked.
Anyone have suggestions?
[EDIT: Found the sticky
viewtopic.php?f=9&t=724 in the Scripting board but other thoughts are still invited.]
Many thanks!