Android裁剪库因大图像而变慢

时间:2015-04-29 11:41:06

标签: android

我使用库裁剪器here

一切都很酷。但是,如果我使用大图像,它的工作会变慢

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);

如何解决?

0 个答案:

没有答案