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

cropping big image(about 4.5MB) with armeabi so library only is very very slow #522

Open myth2loki opened 5 years ago

myth2loki commented 5 years ago

according some reasons, I must remove all so library except armeabi. Now the mobile phone already have super camera, so have to often crop big image, but I got cropping is soooooooooooooooooo slow. How could I resolve the issue?

myth2loki commented 5 years ago

I found that the cropping will be fast if only armeabi-v7 exits

azri92 commented 5 years ago

So did you simply remove the armeabi package?