![]() |
Image Handling in C
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...
|
Re: Image Handling in C
Look in the MSDN Bitmap reference.
|
Re: Image Handling in C
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
|
| All times are GMT +5.5. The time now is 15:09. |