shijingsh / react-native-customized-image-picker

iOS/Android image picker with support for camera, video compression, multiple images and cropping
246 stars 59 forks source link

安卓尺寸未压缩,仍是原比例 #14

Closed marlti7 closed 6 years ago

marlti7 commented 7 years ago

ImagePicker.openPicker({ width: 200, height: 200, cropping: true, includeBase64: true, mediaType: 'photo',

        }).then((selectImage) => {}
marlti7 commented 7 years ago

图片旋转截取也不起效果,未裁剪

liukefu2050 commented 7 years ago

设置压缩质量:compressQuality | number([0-100]) | Picture compression ratio

liukefu2050 commented 7 years ago

原版本裁剪存在bug,请更新到最新版本。