这是我用 iphone8plus 分别以向【上、右、下、左】四个方向拍摄的图片,通过 chooseMedia api 依次选择上面四个图片【勾选了原图】拿到本地图片路径tempFilePath,调 getImageInfo api 打印相关信息
wx.getImageInfo({
src: tempFilePath,
complete(e) {
console.log('wx.getImageInfo tempFilePath:', e)
}
})
得到以下结果
宽高及orientation 都对不上,怎么处理???