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

相关内容

热门资讯

透明科技!腾讯欢乐卡五星辅助器... 腾讯欢乐卡五星辅助器是一款可以让一直输的玩家,快速成为一个“必胜”的ai辅助神器,有需要的用户可以加...
透视真的!蛮王辅助器,wepo... >>您好:蛮王辅助器确实是有挂的,很多玩家在这款蛮王辅助器游戏中打牌都会发现很多用户的牌特别好,总是...
透视游戏!科米台州麻将辅助,w... 透视游戏!科米台州麻将辅助,wpk俱乐部是做什么的-一向有挂开挂辅助脚本;无需打开直接搜索薇:136...
透视app!新海贝辅助器,we... 透视app!新海贝辅助器,we poker辅助器下载-往昔有挂开挂辅助挂;无需打开直接搜索微信(13...
透明有挂!小程序牵手跑得辅助,... 透明有挂!小程序牵手跑得辅助,wepoker正确养号方法-原先有挂开挂辅助软件1、下载安装好小程序牵...
透明新版!传送屋透视,wepo... 传送屋透视开挂教程视频分享装挂详细步骤在当今的网络游戏中,传送屋透视作为一种经典的娱乐方式,吸引了无...
透视智能ai!友玩广西修改器,... 透视智能ai!友玩广西修改器,哈糖大菠萝怎么开挂-固有有挂开挂辅助挂;无需打开直接搜索加薇13670...
透视线上!山西打锅子技巧,aa... 透视线上!山西打锅子技巧,aa poker辅助-原先有挂开挂辅助挂 了解更多开挂安装加(136704...
透明软件!逍遥辅助器怎么用,a... 透明软件!逍遥辅助器怎么用,aapoker透视脚本-本然有挂开挂辅助工具这是一款可以让一直输的玩家,...
透明规律!老友广东辅助工具下载... 【亲,老友广东辅助工具下载地址 这款游戏可以开挂的,确实是有挂的,很多玩家在这款老友广东辅助工具下载...