获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
将导出图片大小设置成canvas大小的2倍,甚至是4倍大,canvas导出的图片甚至比原图都大,但是。。。。清晰度明显下降,无论把canvas的quality(=1)和fileType(=png/jpg)怎么调,结果都是清晰度受损。不知这么久了,有解决办法了吗?还望知道的大神能给指点下啊,感谢!
canvastotempfilepath 生成图片模糊问题prio 为屏幕的像素数绘画比例 wx.canvasToTempFilePath({ x: 0, y: that.data.startH2, width: wid, height: that.data.endH2, destWidth: wid *prio, destHeight: that.data.endH2 * prio, quality: 1.0, canvasId: 'cover-preview', success: function (res) { //res.tempFilePath即为生成的图片路径 console.log(res.tempFilePath) } }) 导出的图片模糊,哪个大神指导一下怎么解决这个问题
2019-12-17