Get image pixels of prescribed color
Posted
by ohadsc
on Super User
See other posts from Super User
or by ohadsc
Published on 2010-04-09T21:17:01Z
Indexed on
2010/04/09
21:23 UTC
Read the original article
Hit count: 415
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 !
© Super User or respective owner