Is there a way to circle pixels of a particular color? I'm trying to build an image diff and I want to focus more on areas of difference.
So if there is a pixel (x, y) of yellow color, I want (x+1, y), (x-1, y), (x, y+1), (x, y-1) to become yellow too
Is there a way to circle pixels of a particular color? I'm trying to build an image diff and I want to focus more on areas of difference. So if there is a pixel (x, y) of yellow color, I want (x+1, y), (x-1, y), (x, y+1), (x, y-1) to become yellow too