Nov 15, 2002 #1 drrep Programmer Joined Mar 13, 2002 Messages 47 Location 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 Joined Oct 9, 1998 Messages 4,341 Location US CBitmap::GetBitmapBits(....) Upvote 0 Downvote
Nov 15, 2002 Thread starter #3 drrep Programmer Joined Mar 13, 2002 Messages 47 Location 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...