Click to See Complete Forum and Search --> : Need vc++ code on how to store the pixels of an image in an array


sonali_dp
May 28th, 2004, 02:07 AM
I need to know how to store the pixels of an image file in an array.When the user selects an image in File Open option of my menu I need to store the pixels of that image in an array.
Again I'd be performing some operations on this image and storing that image in another array.
The second problem is how to read from the arrays.
Lastly how to display an image from an array.
Sonali

hspc
May 28th, 2004, 03:25 AM
http://www.codeproject.com/bitmap/