Android實現圖片轉換成圓形

/** * 轉換圖片成圓形 * * @param bitmap * 傳入Bitmap對象 * @return */ public Bitmap toRoundBitmap(Bitmap bitmap) { int width = bitmap.getWidth(); int height = bitmap.getHeight();
相關文章
相關標籤/搜索