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.
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.
