Image anotation (Highlighting parts of an image, Scrubbing an image) using Javascript
- by user297681
Hi,
We are working on an application and would like users to annotate an image. By annotation I mean, the ability to highlight parts of an image. Once the image is highlighted, and submit is clicked, the highlighted attributes (color, area highlighted) are submitted to the server to be stored in database.
Is this possible using javascript?