Android Question Make picture white transparent

MitchBu

Well-Known Member
Licensed User
Longtime User
I found this thread about BitmapExtended, but the library does not seem to have updated since 2011. The demo no longer works.

Is there any other solution to make white transparent ?

TIA
 

klaus

Expert
Licensed User
Longtime User
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.
 
Upvote 0
Top