Image Handling in C
|
Newbie Member
|
|
| 8Sep2008,22:10 | #1 |
|
I have a .bmp image..I want to read the intensities of the pixels in a 2d array...how can i do that??plz help...
|
|
Ambitious contributor
|
|
| 9Sep2008,01:33 | #2 |
|
Look in the MSDN Bitmap reference.
|
|
Ambitious contributor
|
|
| 9Sep2008,23:05 | #3 |
|
Here's an example program that displays the data for a 24-bit bitmap.
(It will not work for bitmaps with a color palette.) Code: c
|
