Nov 15, 2002 #1 drrep Programmer Mar 13, 2002 47 US Hi, How do I go about loading the pixel values of a bitmap image into an array declared in C++? Thanks
Hi, How do I go about loading the pixel values of a bitmap image into an array declared in C++? Thanks
Nov 15, 2002 #2 palbano Programmer Oct 9, 1998 4,341 US CBitmap::GetBitmapBits(....) Upvote 0 Downvote
Nov 15, 2002 Thread starter #3 drrep Programmer Mar 13, 2002 47 US Sorry if you don't mind, can you give me a bit more explanations on CBitmap::GetBitmapBits(....)? I am new at this stuff... Upvote 0 Downvote
Sorry if you don't mind, can you give me a bit more explanations on CBitmap::GetBitmapBits(....)? I am new at this stuff...