Convert immutable Bitmap file to mutable Bitmap

前端 未结 2 1042
感动是毒
感动是毒 2021-01-17 10:57

A:

 Bitmap immutableBmp= BitmapFactory.decodeResource(getApplicationContext().getResources(),R.drawable.sample);
 mutableBitmap=immutableBmp.copy(Bitmap.Conf         


        
2条回答
提交回复
热议问题