开发者

Image anotation (Highlighting parts of an image, Scrubbing an image) using Javascript

开发者 https://www.devze.com 2022-12-23 06:33 出处:网络
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

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 开发者_C百科the server to be stored in database.

Is this possible using javascript?


yes. you'll have to store the annotation information separately from the image and then overlay the annotations on the image element when you want to view them again. you'll also have to write your own javascript user interface for selecting colors, drawing regions, etc.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号