Retrieve the image buffer
Posted: 2008-08-01T03:13:40-07:00
Is their any way to retrieve the image buffer ( data )after reading it ?! In other words i need the unsigned char* of the image.
Image im;
im.read("test.bmp");
unsigned char * buf;
buf=?!
Thanks
Image im;
im.read("test.bmp");
unsigned char * buf;
buf=?!
Thanks