Results 1 to 4 of 4

Thread: Combining multiple bitmaps into one bitmaps

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    1

    Combining multiple bitmaps into one bitmaps

    Is it possible to add several bitmaps into a single image class in VB.Net. NOT VB 6,5,N or whatever, VB.Net. Any help would be enjoyed greatly.
    ok so lets say i have a background image of a city.. i also have two images of some buildings...and lets say i want to add those two buildings to the background, and make all three pictures into one. How do i do this?

  2. #2
    Fanatic Member MoMad's Avatar
    Join Date
    Oct 2000
    Location
    Seattle, WA
    Posts
    625
    Try looking for info on TIFF

    Hint: use Google.com or search the forum
    :MoMad:
    Nice Sig!

    http://go.to/momad/ Status: Not Ready

  3. #3
    Fanatic Member MoMad's Avatar
    Join Date
    Oct 2000
    Location
    Seattle, WA
    Posts
    625
    Or you can just blit the other two pictures on top of the background and save that?? Or if you meant as in packing them together, just use the binary read/write functions built into vb. And write all 3 of them to a file, but make sure to have the info you need at the top of the file.

    Search google for: "Lucky VB", Lucky's vb site has tutorials on how to do this!!
    :MoMad:
    Nice Sig!

    http://go.to/momad/ Status: Not Ready

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    The GDI+ can do the blitting. Get the DC of a GDI+ Image, blit to dit whatever you want and save it in any format you like.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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