I have to develop a coloring application. Basically the user is presented with an image. An outline of a character maybe and the user can fill it using different colors. I’ve looked at a few options but I can’t seem to find a good one.
Could someone tell me how to fill the bitmap image.
Is there any sample code I can use? or an open source project?
It has to be done in
Look for some good Java Image processing Libraries like the ones listed here https://stackoverflow.com/questions/4078479/what-android-3rd-party-libraries-are-there . Its not an Android question but more about Image processing