Image anotation (Highlighting parts of an image, Scrubbing an image) using Javascript
Posted
by user297681
on Stack Overflow
See other posts from Stack Overflow
or by user297681
Published on 2010-03-19T20:06:16Z
Indexed on
2010/03/19
20:21 UTC
Read the original article
Hit count: 825
JavaScript
|image-manipulation
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?
© Stack Overflow or respective owner