We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
这是一个生成 JavaScript 代码以在画布上绘制图像的工具: http://lab.abhinayrathore.com/ img2canvas/
Here is a tool that will generate JavaScript code to draw the image on canvas: http://lab.abhinayrathore.com/img2canvas/
您不需要任何转换,只需使用图像(通过 url 或 DOM 中的任何一个新图像)
(取自 此处)。
请参阅 developer.mozilla.org< 上的教程< /a>.
You don't need no conversion, just use the image (either new by url or any one in the DOM) by
(taken from here).
See the tutorial on developer.mozilla.org.
您可以使用上面列出的网站,但这里是相关代码:
另外,我整理了一个 工作 jsfiddle 演示。
You can use the site listed above, but here is the relevant code:
Also, I put together a working jsfiddle demo.
w3school 给出了答案:
http://www.w3schools.com/tags/canvas_drawimage.asp
w3school has the answer:
http://www.w3schools.com/tags/canvas_drawimage.asp
Inkscape 实际上可以将文件保存为 HTML5 Canvas 格式。针对 SVG 进行了测试。
Inkscape can actually save files to HTML5 Canvas format. Tested for SVG.