Android-CutOut
Android-CutOut copied to clipboard
Remove only neighboring pixel
I have a logo with some white text color with white background, if i use the automatic background clearing function, the white text also been removed. Can we delete only the solid background color without touching the inside element of the logo?
You can use Flood Fill method. There're several examples available on Stackoverflow to implement in Android.