toggle menu
sdkKIMCore
androidJvm
switch theme
search in API
sdkKIMCore
/
com.kingsoft.kim.core.example.util
/
BitmapUtil
Bitmap
Util
class
BitmapUtil
Members
Functions
compress
Link copied to clipboard
open
fun
compress
(
imagePath
:
String
,
requestWidth
:
Int
,
requestHeight
:
Int
)
:
Bitmap
指定图片文件路径等比压缩图片
merge
Link copied to clipboard
open
fun
merge
(
bitmaps
:
List
<
Bitmap
>
)
:
Bitmap