Why I get defected image from ImageCropper( android wallpaper app)?
问题 I am making android wallpaper app. At the start, I didn't use imagecropper and background image for android was very perfect. Then I wanted to add ImageCropper function and I noticed the problem: Image that I got from ImageCropper was very defected and bad quality. I am sure that the problem is here: (Performcrop method(starts activity for result)) public void performCrop(Uri picUri, Bitmap qq){ try { utils = new Utils(getApplicationContext()); int height, width; Display display =