Asif Javaid

Results 3 issues of Asif Javaid

Hi guys, I am using this library for croping in the image. I am using ExtendedImage from file in GridView. I am getting GlobalKey currentState variable NULL for some images....

java.lang.OutOfMemoryError: Failed to allocate a 63489036 byte allocation with 16776592 free bytes and 58MB until OOM at dalvik.system.VMRuntime.newNonMovableArray(Native Method) at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:882) at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:858) at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:478) at me.echodev.resizer.util.ImageUtils.getScaledBitmap(ImageUtils.java:34)...

Hi guys, I am using this code for windowing on the screen. I want to limit the box to square, it should not be a rectangle. Can you please guide...