我们正在从filepicker.pickAndStore()
. 现在我们正在使用以下方法获取尺寸filepicker.stat()
:
// file is an object returned from the success callback
filepicker.stat(file, { width: true, height: true }, function(metadata) {
// our app code
});
我们想让宽度和高度返回旋转图像的尺寸(使用rotate=exif
)。最简单的方法是什么?