Count the number of pixels of a color
Solved
Anonymous user
-
Felifan -
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.
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 réponses
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.
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.
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),