Issue with UIImagePickerControllerEditedImage

前端 未结 4 1821
野的像风
野的像风 2021-01-01 02:32

I need edit my Images before they import to the app but after editing the image reduces some quality how can avoid this ?

- (void) imagePickerController:(UI         


        
4条回答
  •  萌比男神i
    2021-01-01 02:49

    Ok. This is going to sound daft. But is the image really low quality or is it just being displayed as low quality?

    You may want to export this image to your PC and check its actually low quality rather than just the imageview showing it as low quality.

提交回复
热议问题