Hey, Let's give Basic4Android a boost with a new library: BitmapExtended. With BitmapExtended, you can do a lot more with your bitmaps: - Resizing, Scaling, Skewing and translating. - compressing - createScaledbitmap - erasing colours - get density - change pixels - Different ways...
www.b4x.com
Is there any other solution to make white transparent ?
I've used this in the past @MitchBu, and it still works great. I'm more than sure that Erel or another user posted some example code for color swapping.
What do you mean exactly with : to make white transparent ?
As sorex already suggested, you may have a look at BitmapCreator.
BitmapCreator is now an internal library shipped with B4A.
You may have a look at the B4X Graphics Booklet, chapter 2.5 BitmapCreator explains the library with example code.
Maybe it could also be done with a Canvas.