CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Reading Bitmaps & storing them in memory

    Thanks in advance if you can help me.
    I'm using VC++5.0
    I'm able to load & display the dib in SDI.
    But I want the bitmap to be stored in an array.
    That is I want the pixel values in array.
    Please help me!
    [email protected]


  2. #2
    Join Date
    Aug 1999
    Location
    India, Madras
    Posts
    6

    Re: Reading Bitmaps & storing them in memory

    There are many ways in doing that. First load the bitmap into an allocated memory buffer. Then using StretchDIBits blit it to the screen. I have written complete programs using that technique like screen saver, bitmap viewer etc. Contact [email protected] for more information.

    vinoj

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

Featured