[]截图保存的时候可以设置图片的大小?
截图保存时,如果直接设置:width,height,的大小,保存的图片就会变成雪花图.
我就是想比如我截的图是1920*1080,缩小0.5倍或直接设置为1135*640的大小.
例子:
conch.captureScreen(function (arrayBuff, width, height) {
conch.saveAsPng(arrayBuff, width, height, conch.getCachePath() + "/test.png");
var url = "file:///" + conch.getCachePath() + "/test.png";
});
如果:改变第二行的宽高,保存下来的图片就是雪花图了,但不设置宽高,图片又太大了,怎么解决..
我就是想比如我截的图是1920*1080,缩小0.5倍或直接设置为1135*640的大小.
例子:
conch.captureScreen(function (arrayBuff, width, height) {
conch.saveAsPng(arrayBuff, width, height, conch.getCachePath() + "/test.png");
var url = "file:///" + conch.getCachePath() + "/test.png";
});
如果:改变第二行的宽高,保存下来的图片就是雪花图了,但不设置宽高,图片又太大了,怎么解决..
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Monica - 知识达人
赞同来自: