Package com.ayvytr.ktx.bitmap

Functions

toBitmap
Link copied to clipboard
fun Drawable.toBitmap(): Bitmap

Drawable -> Bitmap

toByteArray
Link copied to clipboard
fun Bitmap.toByteArray(): ByteArray

Bitmap -> ByteArray

toDrawable
Link copied to clipboard
fun Bitmap.toDrawable(context: Context): Drawable

Bitmap -> Drawable.