【发布时间】:2017-12-06 21:26:55
【问题描述】:
我正在尝试使用 WallpaperManager 将位图 FIT CENTER 到我的手机壁纸。
- 图像尺寸:3840 x 2160
- 手机尺寸:1080 x 1920
我尝试了很多策略:
- myWallpaperManager.suggestDesiredDimensions(width, height);
- Bitmap.createScaledBitmap(mImage, width, height, true);
- Set Wallpaper with bitmap avoid crop and set fit center
- how to fit the whole image on screen as wallpaper
- Wallpaper not properly fit on device screen
- https://developer.android.com/reference/android/app/WallpaperManager.html
- http://androidexample.com/How_to_Set_WallPaper_in_Android/question_answer.php?view=qad&token=39
每次我得到一个不适合中心的奇怪位图,有没有人有什么建议?
【问题讨论】:
标签: android image bitmap image-resizing