Hello everyone,
I want to create an app that can auto erase background of an image.
I tried with canvas component but can’t get the result.
Please help me
Edited :
I have Images Iike this
In above image want only black portion of image. For this I have tried this () method.
In the above method I have taken 2 canvas. An image selected from ImagePicker is used as the background image for Canvas2. Next, by calling the GetBackgroundPixelColor method from Canvas2, if the color taken is black, it is drawn on Canvas1.
But above method not working properly.
Please help me in this