使用画布导出图像 [英] Export image with canvas

查看:145
本文介绍了使用画布导出图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在创建一个应用程序(仅基于HTML,CSS和jQuery),其中我将基于图层创建一个图像(只是一堆div彼此上),然后我需要导出它,所以

有任何方法可以将画布内容导出为可下载的图片?

解决方案

  canvas.toDataURL()

也可以看到:

  canvas.toBlob  


I'm creating an application (based only on HTML, CSS and jQuery) where I will create an image based on layers (just a bunch of divs one above each other) and then I will need to export it, so the user can download the final version as JPG or PNG.

There's any way to export the canvas content as a downloadable image?

解决方案

canvas.toDataURL()

also see:

canvas.toBlob()

这篇关于使用画布导出图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆