Click to See Complete Forum and Search --> : Pixel


bettmanz
April 26th, 2005, 09:14 PM
How can i check a pixel ?
like the flowing
for each pixel
{
do xyz;
}
can you give a whole sorece code as tutorials for newb ?
please help

Thanks

wien
April 26th, 2005, 09:53 PM
And where exactly is this pixel located? On the screen, in a file somewhere, in memory, where?

bettmanz
April 26th, 2005, 09:58 PM
it is on an image, a jpeg file

cilu
April 27th, 2005, 03:06 AM
See this ColorTake (http://www.codeguru.com/Cpp/Cpp/cpp_mfc/general/article.php/c9567/) (with source code).