BitmapUtil

Functions

Link copied to clipboard
open fun compress(imagePath: String, requestWidth: Int, requestHeight: Int): Bitmap
指定图片文件路径等比压缩图片
Link copied to clipboard
open fun merge(bitmaps: List<Bitmap>): Bitmap