image-editing

Crop a Bitmap image

非 Y 不嫁゛ 提交于 2019-11-26 12:57:55
问题 How can i crop a bitmap image? this is my question i have tried some concepts using intents but still fail.. I am having a bitmap image which i want to crop!! here is the code : Intent intent = new Intent(\"com.android.camera.action.CROP\"); intent.setClassName(\"com.android.camera\", \"com.android.camera.CropImage\"); File file = new File(filePath); Uri uri = Uri.fromFile(file); intent.setData(uri); intent.putExtra(\"crop\", \"true\"); intent.putExtra(\"aspectX\", 1); intent.putExtra(\