Get image pixels of prescribed color
- by ohadsc
Hi, I have an image (PNG or JPG) inside which there is at least one pixel of a certain RGB color I know in advance
I want to find the pixel(s) of that color
For example, I may have image.jpg inside which I know some pixel has the RGB value 255,100,200. I want a program that will give me the list of pixels (if any) of that color in the image
Anyone know of a tool to help me with that ?
Thanks !