小程序
小游戏
企业微信
微信支付
扫描小程序码分享
设置为low和high拍出来的照片是一样的。并没有压缩。(安卓手机上正常)
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
takePhoto() {
const ctx = wx.createCameraContext()
ctx.takePhoto({
quality: 'low',
success: (res) => {
this.setData({
src: res.tempImagePath,
camera: false,
})
}
机型:Iphone7 plus ,微信版本:6.7.2
质量选high拍出来照片2M左右,选low也还剩800K,不能再小点么?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
我用canvas已经实现了压缩图片。
请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
takePhoto() {
const ctx = wx.createCameraContext()
ctx.takePhoto({
quality: 'low',
success: (res) => {
this.setData({
src: res.tempImagePath,
camera: false,
})
}
})
}
机型:Iphone7 plus ,微信版本:6.7.2
质量选high拍出来照片2M左右,选low也还剩800K,不能再小点么?
我用canvas已经实现了压缩图片。
请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)