CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2008
    Posts
    23

    How do I get color intensity of each pixel from BMP?

    Using Borland C++ 5.5, are there anyfunction for this?
    Last edited by totaljj; August 19th, 2008 at 03:36 AM. Reason: subject change

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: How do I get color intensity of each pixel from BMP?

    You can use Win32 APIs like LoadImage, GetDIBits to do that.
    Regards,
    Ramkrishna Pawar

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