canvas 上的图片以及文字实现高斯模糊

发布于 6 年前作者 jing352009 次浏览最后编辑 6 年前来自 ask

需求:

canvas生成图片分享给好友,怎么实现图片上的图片和文字分别高斯模糊,小程序码压在模糊图片上?

6 回复
xia79
xia792 楼6 年前

属于兼容性问题了。可以请求微信官方支持 canvasContext.filter @lastLeaf

taoming
taoming3 楼6 年前

楼主解决了嘛?现在也遇到一样的问题

oyu
oyu4 楼6 年前

web端的canvas有filter这个方法,小程序好像没有对应的方法

xiulan17
xiulan175 楼6 年前

我尝试了下,好像没有作用呢

nama
nama6 楼4 年前
ctx.filter = 'blur(5px)';
// 使用 ctx 画背景图片和字
ctx.filter = 'none'
// 使用 ctx 画程序码