getCropImageIntent

open fun getCropImageIntent(outputX: Int, outputY: Int, fromFileURI: Uri, saveFileURI: Uri): Intent
open fun getCropImageIntent(aspectX: Int, aspectY: Int, outputX: Int, outputY: Int, fromFileURI: Uri, saveFileURI: Uri): Intent

获取[跳转至裁剪界面,默认可缩放]的Intent

open fun getCropImageIntent(aspectX: Int, aspectY: Int, outputX: Int, outputY: Int, canScale: Boolean, fromFileURI: Uri, saveFileURI: Uri): Intent

获取[跳转至裁剪界面]的Intent