Bitmap bitmap = MediaStore.Images.Media.getBitmap(this.getContentResolver(), uri);
Bitmap bitmap = BitmapFactory.decodeStream(getContentResolver().openInputStream(uri));
Bitmap bitmap = MediaStore.Images.Media.getBitmap(this.getContentResolver(), uri);
Bitmap bitmap = BitmapFactory.decodeStream(getContentResolver().openInputStream(uri));
本文标题:Uri转化为Bitmap
本文链接:https://www.haomeiwen.com/subject/yqcgsktx.html
网友评论