selecting all pixels in an image based on RBG criteria - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: selecting all pixels in an image based on RBG criteria (/Thread-selecting-all-pixels-in-an-image-based-on-RBG-criteria) |
selecting all pixels in an image based on RBG criteria - mike - 06-04-2017 Dear All, I was wondering if there is a way to select all pixels in an image based on RBG criteria. In other-words, every pixel in an image should have a certain Red, Green and Blue value from 0-255. Is there a way that I can select all pixels in an image based on these values. For example... select all pixels close to white Red: 230 - 255 Green: 230 - 255 Blue: 230-255 or, select red pixels Red: 180 - 255 Green: 0-50 Blue: 0-50 Does this exist anywhere? Thank you very much for you consideration. Sincerely, Mike RE: selecting all pixels in an image based on RBG criteria - Ofnuts - 06-05-2017 The "By color" selection tool ( ) allow various selection criteria, besides the standard "composite": R, G and B values, Hue, Saturation, Value... Otherwise:
But this is rarely necessary, if you think you need this, you are probably making it more complicated than it is. |