Hi. Having a rough time understanding have to manipulate individual pixel's trough gimp python.
So far i have found this constructor drawable.get_pixel_rgn(x, y, w, h, [dirty, [shadow]) an been able to set a variable to it and call member from sayd variable but that about it.
Found a Gnome site with descriptive information.
Did try to install numpy into gimp with no luck. But don't think i need that module for now.
What my end goal comprise of is to be able to edit individual pixel RGB values along side it's alpha/opacity.
A little information on have to set rgb if that is with a 3-tuple or an hue int, with how/were opacity is set would be nice also
So far i have found this constructor drawable.get_pixel_rgn(x, y, w, h, [dirty, [shadow]) an been able to set a variable to it and call member from sayd variable but that about it.
Found a Gnome site with descriptive information.
Did try to install numpy into gimp with no luck. But don't think i need that module for now.
What my end goal comprise of is to be able to edit individual pixel RGB values along side it's alpha/opacity.
A little information on have to set rgb if that is with a 3-tuple or an hue int, with how/were opacity is set would be nice also