Android Bitmap最全基本操作:与Drawable 、File、btye[]互转(Kotlin 版)
/** * Created by kingadmin on 2018/4/17. */class BitmapUtil private constructor(private val context: Context) { /** * 文件转Bitmap */ fun fileToBitmap(filePath: String): Bitmap {...
原创
2018-04-17 03:12:26 ·
12568 阅读 ·
0 评论