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

    Converting Color BMP to Mono BMP

    Hi ALL!!
    I want to convert a color bmp (any kinds of bmp color) to mono bmp (black & white).
    The color bmp is created by capturing a screen, it's a handle of bitmap (HBITMAP)
    PLEASE,,,, I'm almost exhausted to find information....
    if you know,,, even a little bit... please let me know

    Thanks
    SangHyo
    [email protected]


  2. #2
    Join Date
    May 1999
    Location
    Republic of Korea
    Posts
    74

    Re: Converting Color BMP to Mono BMP

    If you have MSDN CD, check the sample Bit2Mono.exe.
    It deals with the problem.



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