joining bitmap

onepieceking

Well-known member
Joined
Sep 20, 2006
Messages
64
Programming Experience
1-3
Hi,

Is there a way to join 2 bitmap files together and show it as a bitmap?

Supposed there are BITMAP1 and BITMAP2. BITMAP2 has to be joined at the bottom of BITMAP2. Once joined, it will be saved and displayed out the finished product
 
I suppose you should just be able to create a new bitmap object, get a graphics object for it using the graphics.fromimage method and place them where you want them on the new bitmap.
 
Back
Top