Yalantis / uCrop

Image Cropping Library for Android
https://yalantis.com/blog/introducing-ucrop-our-own-image-cropping-library-for-android/
11.86k stars 2.16k forks source link

About load a smaller image. #177

Closed zhgrrshjt closed 7 years ago

zhgrrshjt commented 8 years ago

Hi,

When I use uCrop load a smaller image which size is 96x64, it doesn't work. I should sleep a moment before return BitmapWorkerResult.

Cheers

nilskassube commented 8 years ago

What do you mean by "does not work"? We had reports from users of our app that on some devices the crop grid is not displayed. But we were not able to reproduce it on our test devices. Seems to happen on Android 5.1 according to reports.

zhgrrshjt commented 8 years ago

sometimes OverlayView.onlayout invoked after setimagedata.

shliama commented 8 years ago

@nilskassube your issue is known and it is fixed and will be available in the new library build soon.

@zhgrrshjt I cannot reproduce any issue with images down to 24x24 pixels, can you give more details, and what do you mean by "I should sleep a moment before return BitmapWorkerResult."?

TeeRawk commented 7 years ago

resolved