Erasing pixels via Editable Images?

Does anyone have an example on how to achieve this? The documentation seems very confusing. I understand writing pixels, but there does not seem to be a way to “delete” or make them invisible?

Think of a drawing canvas and an eraser tool.

1 Like

I’m not in front of my computer, but if it is an image label, create a pixel sized white (canvas colored) frame and then cover the image label with it. If you create a pixel system (my recommendation), go through and just change the pixel’s color to white (canvas color). Did this help?

The issue is that the canvas is not white. It’s an image. I was hoping to use this feature but I guess not.

My thoughts: Change the background transparency to 1. I need some more info and what you are trying to achieve with image for reference. I want to help!