seraslibre
New Member
- Joined
- Sep 1, 2009
- Messages
- 9
I'm trying to analyze a BMP image to determine area information based on pixel color:
e.g.: Count the number of pixels within the following range:
1. 51% grey to black
2. white to 50% grey
Could I do this with VBA? I am assuming it is better to work with a BMP file, but is it better to work with an alternate format?
Thanks in advance!
e.g.: Count the number of pixels within the following range:
1. 51% grey to black
2. white to 50% grey
Could I do this with VBA? I am assuming it is better to work with a BMP file, but is it better to work with an alternate format?
Thanks in advance!
Last edited: