android顯示png圖片,原來透明的地方都變成黑色的了

  bitmap保存成圖片的時候要判斷下圖片的格式,以前統一用的Bitmap.CompressFormat.JPEG保存的。post   if(!url.substring(url.lastIndexOf("/") + 1).toUpperCase().contains("PNG")){         bm.compress(Bitmap.CompressFormat.JPEG, 50, fos
相關文章
相關標籤/搜索