Android Bitmap
Posted handongdong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Bitmap相关的知识,希望对你有一定的参考价值。
一、裁剪
Bitmap.createBitmap(src, x, y, width, height)
二、变换Matrix
Matrix matrix = new Matrix();
matrix.postRotate(angle, x, y);
matrix.postScale(x, y);
matrix.postTranslate(x, y);
Bitmap.createBitmap(src, x, y, width, height, matrix, true)
以上是关于Android Bitmap的主要内容,如果未能解决你的问题,请参考以下文章
Android 逆向Android 权限 ( Android 逆向中使用的 android.permission 权限 | Android 系统中的 Linux 用户权限 )
Android 逆向Android 权限 ( Android 逆向中使用的 android.permission 权限 | Android 系统中的 Linux 用户权限 )