expo ImageManipulator降低图像质量

时间:2020-06-08 07:12:33

标签: reactjs react-native expo

await ImageManipulator.manipulateAsync(urlToUpload, [], {
    compress: 0.5,
    format: ImageManipulator.SaveFormat.JPEG,
    base64: false,
}).then(async (image) => {
    console.log(image);
});

如果图像尺寸较小,则在将图像发送到服务器之前对其进行压缩会降低照片质量。

0 个答案:

没有答案