Reputation: 2024
I can successfully remove background from image. Now I need to select image wherever user touch and copy those area along with removed background of image. I have attached images of expected outputs.
Any help would be appreciated.
Upvotes: 0
Views: 147
Reputation: 668
you can achieve this using canvas. here is a repos link see : https://github.com/dung8910/BackgroundRemover
in this you can remove background undo,redo,sizes etc. almost all background things cover in it.
Upvotes: 1