naver / android-imagecropview

android image crop library
Apache License 2.0
254 stars 55 forks source link

Large image won't crop #16

Closed Rude-Monkey closed 7 years ago

Rude-Monkey commented 8 years ago

Hi Helloyako,

I get a very strange result when trying to crop large images (most of the pictures I took with the phone's camera) :

I know you already encountered some on these issues but since they were fixed I have absolutely no idea why this is happening.

helloyako commented 8 years ago

@MasterTrollVG78 Hello, Nice to meet you :)

Is this sample app problem?

joeytheman commented 8 years ago

Try adding

android:largeHeap="true"

to your

<application
    android:largeHeap="true"
></application>

in AndroidManifest.xml

helloyako commented 7 years ago

if issue were continue, reopen please.