bitmap2 Bytes
open fun bitmap2Bytes(bitmap: Bitmap, format: Bitmap.CompressFormat): Array<Byte>
Content copied to clipboard
Bitmap to bytes.
Return
bytes
Parameters
bitmap
The bitmap.
format
The format of bitmap.
Bitmap to bytes.
bytes
The bitmap.
The format of bitmap.