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

    how to create a 256x256 bitmap from other bitmaps...

    Hello all,
    I need to create some 256x256 bitmaps from lots of other bitmaps of 256x256 or less in size...

    i know how to work with the bitmaps like loading and creating

    but can you help me with the looping process of adding multiple bitmaps to a 256x256 bitmap without going out of bounds or resizing them to fit and when the 256x256 bitmap is full create a new one then continue on...

    please help i've been trying to figure this out for over two weeks...

    thanks all,
    Last edited by SlimGradey; July 4th, 2004 at 05:14 PM.
    •SlimGradey•

  2. #2
    Join Date
    May 2001
    Posts
    165
    bump!

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