开发者

Whats the best approach to making a web application for drawing on and modifying an image?

开发者 https://www.devze.com 2023-01-07 05:16 出处:网络
Whats the best approach to making a web application for drawing on and modifying an image?Should be able to draw on, add text etc.I have been hearing a lot about SVG, but is that a required download f

Whats the best approach to making a web application for drawing on and modifying an image? Should be able to draw on, add text etc. I have been hearing a lot about SVG, but is that a required download for the user to view the application then? Whats the best way to handle this? What lan开发者_运维问答guage? etc. Thanks! Preferred: PHP jQuery javascript html css Thanks you!


Take a look at the HTML5 Canvas element:

http://diveintohtml5.ep.io/canvas.html

You can draw on (over) the image as well as add text. No install required.

0

精彩评论

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