CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Mattagus

Search: Search took 0.02 seconds.

  1. Re: Taking a bitmap and stretching it to a new bitmap

    I tried using your code and it doesn't seem to work in my particular case. The bibitCount is not always 32 since it will depend on the device. The Original BITMAPINFOHEADER comes from a...
  2. Taking a bitmap and stretching it to a new bitmap

    So I have been trying to create a stretched bitmap from a bitmap that I receive via a function call and stretch it so a user defined size.

    Here is my code that isn't working
    // I know my bitmap...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured