我有一個圖像查看傳呼機,它將選擇一個圖像。但我想用zoomIn和ZoomOut函數在圖像中裁剪此圖像。如何才能做到這一點?如何裁剪從android資源文件夾(@mipmap)獲取的圖像?
mImageCaptureUri=Uri.parse("android.resource://app.islamic.unikacomp.myapplication/" +sliderImagesId[num]);
// Retrieve a WallpaperManager
WallpaperManager myWallpaperManager = WallpaperManager.getInstance(Animalwallpaper.this);
try {
// Change the current system wallpaper
myWallpaperManager.setResource(sliderImagesId[num]);
// Show a toast message on successful change
Toast.makeText(Animalwallpaper.this,"Wallpaper successfully changed", Toast.LENGTH_SHORT).show();
} catch (IOException e) {
// TODO Auto-generated catch block
}
告訴我們到目前爲止你做了什麼?所以我們可以建議你一些方法來實現你的目標 – Bhavnik
我認爲你可以搜索和使用一些圖像裁剪庫和捏住從github的joom功能。 –
我搜索。但找不到 – suman