I want to make online photo cutout app that can remove background of any image and save them back as transparent png image. I have seen photo collage application remove background as follows.
It can be easily done using photoshop which has very advanced techniques but I want very simple way that is implemented in the above mentioned app which use html5 canvas. Just paint over the part of image and get the required part of photo making transparent all the non-painted part.