I try get of the pixel information from a image, i need count number of pixel in a selection (mark),I don't found in api way to work in pixel level, please any suggestion is welcome
Hi, I'm working on an artistic tiles project. I finished the image design and I need to count each pixel\tile quantity (by color) in order to buy the material. Would be very helpfull to know how to count it. Thanks in advance.
i create this software in the past, only for bmp 8 bit image format, you can call from inside coreldraw or corelpaint or any other software. bonus630/ColorCount: Windows Form project hows count number of colors in a .bmp 8 bit image file (github.com)
Hi, bonus630. I reply here because the video you shared with me on the other question answered this one. I downloaded colorcount from Github as you suggested but I didnt know how to manage csl project so ... I am at the very first step
In that video i use coreldraw api, but is more slow, i recommends only in smaller images
Source Code
After a lot of try and error I achieved the exe file and realized that there are diferents approaches. What you show me in the video is the solution I need. Sorry for the back and forth. My images are 17x24 pixels, and yours is 36x36 so I think that could be perfect to me. I would really appreciate If you can share with me that solution.