Thread: Getting the bits of a bitmap

  1. #1
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342

    Question Getting the bits of a bitmap

    Using GetPixel() eats the processer and GetDIBits() is not working for me, what should I do?

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Quote Originally Posted by Queertrix
    what should I do?
    Provide more information than:
    Quote Originally Posted by Queertrix
    GetDIBits() is not working for me
    Or just search the board for 'GetDiBits' and find some code that demonstrates how to use GetDIBits, like the example in the post by anonytmouse in this thread:

    http://cboard.cprogramming.com/showt...ight=GetDIBits
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  3. #3
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    Thanks, the link is what I needed.

    And BTW, it's Queatrix (K-way-trix) not Queertrix.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SDLKey to ASCII without unicode support?
    By zacs7 in forum Game Programming
    Replies: 6
    Last Post: 10-07-2007, 03:03 AM
  2. OpenGL -- Bitmaps
    By HQSneaker in forum Game Programming
    Replies: 14
    Last Post: 09-06-2004, 04:04 PM
  3. Loading a Bitmap resource for OpenGL Texture[x]
    By the dead tree in forum Game Programming
    Replies: 4
    Last Post: 08-26-2004, 01:12 PM
  4. Please help with my game
    By jjj93421 in forum Game Programming
    Replies: 10
    Last Post: 04-12-2004, 11:38 PM
  5. bitmap not going onto screen
    By stallion in forum Windows Programming
    Replies: 4
    Last Post: 02-22-2003, 10:07 AM