Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gimp 3.0 - How to draw stuff with python scripts (pixel by pixel)
#5
That is a really nice suggestion! That could work for drawing straight lines. BUT...what I really want to achieve, is a mix of things. I want to create a script that creates "random" pixelated trees. For this, I also would like to be able to modify pixels on a canvas. 

So, for example, I create a circle, fill it with a color (or use a gradient). Nice - that I can do in python. But for next thing - I need to modify slightly some random pixels in the filled circle (to create a noise-like texture).



That would need some kind of function for changing pixels on the active layer. Huh


Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
RE: Gimp 3.0 - How to draw stuff with python scripts (pixel by pixel) - by krokots - 03-07-2026, 09:50 PM

Forum Jump: