摘要:
这里介绍一个主要的方法,也是从网上找的,在此整理出来。。。以备不时之需public static Bitmap toRoundCorner(Bitmap bitmap, int pixels) { Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(), Config.ARGB_8888); Canvas canvas = new Canvas(output); final int color = 0xff424242; ... 阅读全文
posted @ 2011-10-13 14:22
And.He
阅读(8909)
评论(0)
推荐(3)

浙公网安备 33010602011771号