Results 1 to 2 of 2

Thread: getting pixels of a bitmap

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    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?

  2. #2
    Zaei
    Guest
    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
  •  



Click Here to Expand Forum to Full Width