|
Re: Particle Analysis Report Problems
I can see your point, but the reality is that these images are 24-bit HSL or 24-bit RGB ... 8 bits for each of H,S,L or 8-bits for each of R,G,B... so when you filter against them, you are filtering these exact 8-bit values in or out. So even though the API may take larger than 8-bit numbers, the max value you want to put in your filter is 255.
Thanks,
bob
__________________
~~~~~~~~~~~~~~~~~~~
Bob Wolff - Software from the old-school
Mentor / C / C++ guy
Team 1967 - The Janksters - San Jose, CA
|