Android10中使用图像Uri旋转Picasso图像存在问题。
创始人
2024-08-20 09:00:56
0

在Android 10中,无法直接访问应用程序之外的公共存储的图像文件。因此,必须先将图像文件复制到应用程序内部存储中,然后再使用Picasso加载该图像。同时,为了正确旋转图像,需要使用ExifInterface获取图像的方向,并将其应用于Picasso。以下是解决该问题的代码示例:

String filePath = getContentResolver().insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, contentValues).toString();

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
   // Copy the image to the app's internal storage
   ContentResolver resolver = getContext().getContentResolver();
   try (InputStream is = resolver.openInputStream(uri)) {
       FileOutputStream os = getContext().openFileOutput("temp_image", Context.MODE_PRIVATE);
       FileUtils.copy(is, os);
   }

   // Load the image with Picasso and apply the correct rotation
   File file = new File(getContext().getFilesDir(), "temp_image");
   ExifInterface exif = new ExifInterface(file.getPath());
   int orientation = exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, ExifInterface.ORIENTATION_UNDEFINED);

   Picasso.get()
           .load(file)
           .rotate(getRotationForImage(orientation))
           .into(imageView);
} else {
   Picasso.get()
           .load(uri)
           .into(imageView);
}

// Helper method to get the correct rotation angle
private static float getRotationForImage(int orientation) {
   float rotate = 0;
   switch (orientation) {
       case ExifInterface.ORIENTATION_ROTATE_270:
           rotate = 270;
           break;
       case ExifInterface.ORIENTATION_ROTATE_180:
           rotate = 180;
           break;
       case ExifInterface.ORIENTATION_ROTATE_90:
           rotate = 90;
           break;
   }
   return rotate;
}

相关内容

热门资讯

wepoker辅助插件功能!h... wepoker辅助插件功能!hhpoker辅助软件是真的么(透视)教程-竟然必备有挂1、起透看视 h...
红龙poker辅助!wepok... 红龙poker辅助!wepoker软件靠谱么(透视)神器-其实详情是有挂1、wepoker软件靠谱么...
hhpoker的辅助是真的吗!... hhpoker的辅助是真的吗!aapoker透视脚本入口(透视)工具-一直详细有挂1、hhpoker...
约局吧德州透视!aapoker... 约局吧德州透视!aapoker辅助器是真的吗(透视)app-都是分享真的是有挂1、玩家可以在aapo...
wejoker黑侠辅助器!we... wejoker黑侠辅助器!wepoker祈福有用吗(透视)软件-一直专业真的有挂1.wepoker祈...
wepoker科技辅助器!HH... wepoker科技辅助器!HH平台挂(透视)app-一直专业存在有挂1、进入游戏-大厅左侧-新手福利...
hhpkoer辅助器!werp... hhpkoer辅助器!werplan怎么透视(透视)攻略-竟然教你是真的挂1、每一步都需要思考,不同...
wepoker透视脚本视频!a... wepoker透视脚本视频!aapoker免费透视脚本(透视)app-切实透视真的是有挂1、aapo...
德普之星透视辅助软件激活码!a... 德普之星透视辅助软件激活码!aapoker怎么提高中牌率(透视)神器-竟然辅助是真的挂1、让任何用户...
wepoker透视底牌脚本!红... wepoker透视底牌脚本!红龙poker透视指令(透视)器-本来分享存在有挂;1、许多玩家不知道w...