使用 Javascript 进行图像注释(突出显示图像的部分、擦除图像)

发布于 2024-08-26 01:31:25 字数 136 浏览 0 评论 0原文

我们正在开发一个应用程序,希望用户对图像进行注释。我所说的注释是指突出显示图像部分的能力。一旦图像被突出显示,并单击“提交”,突出显示的属性(颜色、突出显示的区域)将被提交到服务器以存储在数据库中。

使用javascript可以实现这一点吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心的位置 2024-09-02 01:31:25

是的。您必须将注释信息与图像分开存储,然后当您想再次查看它们时将注释覆盖在图像元素上。您还必须编写自己的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文