For example, here is an image from Google that has a white background, and I was wondering how I could remove it so that ONLY the white background is either completely gone, or transparent in my app.
Here is the link :
For example, here is an image from Google that has a white background, and I was wondering how I could remove it so that ONLY the white background is either completely gone, or transparent in my app.
Here is the link :
The first result from Google is this:
Make a color transparent http://www.rgagnon.com/javadetails/java-0265.html
It makes the Blue part of an image transparent, but I'm sure you can adapt that to use White intstead
(hint: Pass Color.WHITE to the makeColorTransparent function, instead of Color.BLUE)