Android cropper library slows with big images -


i use library cropper here

all work cool. if use big image work slows

com.edmodo.cropper.cropimageview       xmlns:custom="http://schemas.android.com/apk/res-auto"          android:id="@+id/imagecrop"          android:layout_width="fill_parent"          android:layout_height="fill_parent"          android:layout_gravity="center"          android:layout_alignparenttop="true"          android:layout_alignparentleft="true"          android:layout_alignparentstart="true"          android:layout_above="@+id/linearlayout5"/>       crudeimage = bitmapfactory.decodefile(picturepath); 

how fix it?


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -