I imagine there is probably going to be an easy solution for this in GIMP, but I for the life of me can't figure it out.
I'm using the color picker
tool with the use info window
selected to verify pixel values.
Basically, I have some pixels in an image that I need to zero out. By that I mean I want the RGBA values to all be set to 0.
I attempted to:
- use the
rectangular select tool
to select the group of pixels - use bucket fill to set the pixels to black with opacity set to 0.0
- Then, to verify it was done correctly, I use the
color picker
to test the value of the rectangle I just filled.
Unfortunately, it seems to just contain the previous value. What am I missing here?