设置自由剪裁图片功能
This commit is contained in:
@@ -458,9 +458,12 @@ public class BackgroundSettingsActivity extends WinBoLLActivity implements Backg
|
||||
intent.putExtra("aspectX", viewWidth / gcd);
|
||||
intent.putExtra("aspectY", viewHeight / gcd);
|
||||
} else {
|
||||
intent.putExtra("aspectX", 1);
|
||||
intent.putExtra("aspectY", 1);
|
||||
}
|
||||
// 真正自由裁剪:移除aspectX/aspectY参数(不设置则裁剪窗口可自由调整比例)
|
||||
LogUtils.d(TAG, "【裁剪比例】启用真正自由裁剪(移除固定比例限制)");
|
||||
// 注释或删除以下两行代码(不设置aspectX/aspectY,裁剪窗口即可自由调整宽高比)
|
||||
// intent.putExtra("aspectX", 1);
|
||||
// intent.putExtra("aspectY", 1);
|
||||
}
|
||||
|
||||
// 输出尺寸设置(统一用2048,适配所有版本)
|
||||
int maxOutputSize = 2048;
|
||||
|
||||
Reference in New Issue
Block a user