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
Post a Comment