|
-
Jan 20th, 2002, 01:16 PM
#1
Thread Starter
Frenzied Member
getting pixels of a bitmap
I have no idea where to start on something like this...I know I could show an image and get the information by whats on the screen, but sometimes a bitmap won't fit on your screen. So is there a way to just get the RGB value of each pixel in a bitmap without outputting it?
-
Jan 20th, 2002, 01:52 PM
#2
The GetPixel() API call. You could also use the GetBitmapBits() API to get all of the pixels at once.
Z.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|