Search:

Type: Posts; User: NewCoder

Search: Search took 0.00 seconds.

  1. Thread: Resizing bmp.

    by NewCoder
    Replies
    12
    Views
    5,549

    Thanks. Working much better now. (The...

    Thanks.

    Working much better now.
    (The alignment was definitely an issue also.)

    Thanks again everyone.

    Cheers.
  2. Thread: Resizing bmp.

    by NewCoder
    Replies
    12
    Views
    5,549

    Actually sometimes is really all the time. For...

    Actually sometimes is really all the time. For my testing I am
    always using the same source image.

    Here is how I initialize the header:




    BITMAPINFO Info;
  3. Thread: Resizing bmp.

    by NewCoder
    Replies
    12
    Views
    5,549

    Thanks. Not passing the memDC works much better....

    Thanks.
    Not passing the memDC works much better.

    However, my output is still not perfect. I get
    a resized image that resembles the original,
    but sometimes it comes out grayscale and a
    little...
  4. Thread: Resizing bmp.

    by NewCoder
    Replies
    12
    Views
    5,549

    I have tried GetLastError in various portions of...

    I have tried GetLastError in various portions of
    my code, but I always get ERR_SUCCESS.

    Any other ideas?
  5. Thread: Resizing bmp.

    by NewCoder
    Replies
    12
    Views
    5,549

    Resizing bmp.

    Greetings,

    I am trying to resize a bitmap in memory using
    StretchDIBits and GetDIBits and, in turn, output
    the file to a BIP format.

    Without resizing the following code works fine
    when...
Results 1 to 5 of 5