CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Location
    Germany
    Posts
    162

    Save Bitmap to disk

    Hi.

    Im trying to save a Bitmap to disk.
    The question actually is: how to...

    I thought of some way like creating a DIB section and storing this to disk binary, but in some way it will surely need the data of the BITMAPINFO structure.

    So, how (in which order) do I have to store my Data- or am I completely walking the wrong way with my Idea?

  2. #2
    Join Date
    Jun 2001
    Location
    Switzerland
    Posts
    4,443
    Search MSDN for the string "Storing an image". It's a complete sample there.
    Gabriel, CodeGuru moderator

    Forever trusting who we are
    And nothing else matters
    - Metallica

    Learn about the advantages of std::vector.

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