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;
}

相关内容

热门资讯

第1分钟下载!微乐小程序黑科技... 第1分钟下载!微乐小程序黑科技,微乐小程序卡五星脚本(开挂)切实真的有挂(2026)在进入微乐小程序...
透视app!微乐小程序免费黑科... 透视app!微乐小程序免费黑科技,微乐广西自建房免费黑科技下载(透视)竟然是有挂(哔哩哔哩)1、游戏...
第六分钟教程!微乐小程序免费黑... 第六分钟教程!微乐小程序免费黑科技,微信小程序微乐为什么老输(开挂)确实是有挂(2026)1、实时微...
透视系统!微乐小程序免费黑科技... 透视系统!微乐小程序免费黑科技,微信微乐自建房脚本下载(透视)好像是真的挂(哔哩哔哩)微信微乐自建房...
第1分钟下载!微乐小程序黑科技... 第1分钟下载!微乐小程序黑科技,微信微乐小程序有窍门吗(开挂)竟然有挂(2026)1、起透看视 微乐...
透视智能ai!微乐小程序免费黑... 透视智能ai!微乐小程序免费黑科技,微乐广西麻辣辅助器(透视)果然真的有挂(哔哩哔哩)1、每一步都需...
六分钟脚本!微乐小程序黑科技,... 六分钟脚本!微乐小程序黑科技,微乐小程序辅助脚本(开挂)确实是真的挂(2026)1、打开软件启动之后...
透视能赢!微乐小程序黑科技,微... 透视能赢!微乐小程序黑科技,微乐小程序辅助工具哪里下载(透视)一贯是真的挂(哔哩哔哩)微乐小程序辅助...
五分钟神器!微乐小程序黑科技,... 五分钟神器!微乐小程序黑科技,微信小程序微乐破解填大坑(开挂)确实是有挂(2026)1、金币登录送、...
反观!微乐小程序免费黑科技,微... 反观!微乐小程序免费黑科技,微乐山西小程序破解器(透视)其实是真的挂(哔哩哔哩)1、每一步都需要思考...