Count the number of pixels of a color

Solved
Anonymous user -  
 Felifan -
Hello,

I'm using Qimp and I would like to know how to count the number of pixels of a given color. For example, for a 10x10 image where only the first 2 rows of pixels are green, it should return 20 pixels.

Do you have a solution? Thank you
--
Do like me, imitate no one.
Configuration: Windows Vista Internet Explorer 7.0

2 answers

  1. Anonymous user
     
    Alright, but that still doesn't tell me how to count all the pixels of the same color!

    But I found it!!!
    In GIMP: Colors/Info/Histogram
    Click on the desired color in the histogram
    and at the bottom there is "count" and the number of pixels!
    --
    Do like me, don't imitate anyone.
    12
    1. Felifan
       
      Thank you very much, I was looking for a way to calculate how many beads I needed to create a "Pixel Art" style picture (after reducing the resolution and indexing the colors),
      0