N Nachtfalke75 Member Licensed User Longtime User Jul 11, 2011 #1 Hello, i want to save two images (background and tranparent foreground) as one bitmap to the phone. How does this work? Thanks for your help, Thorsten.
Hello, i want to save two images (background and tranparent foreground) as one bitmap to the phone. How does this work? Thanks for your help, Thorsten.
Erel B4X founder Staff member Licensed User Longtime User Jul 12, 2011 #2 Using a Canvas object you should draw both bitmaps and then save the image (Canvas.Bitmap.WriteToStream: Basic4android - Drawing (Core)) Upvote 0
Using a Canvas object you should draw both bitmaps and then save the image (Canvas.Bitmap.WriteToStream: Basic4android - Drawing (Core))