toAndroidBitmap

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
fun Bitmap.toAndroidBitmap(): Bitmap

Converts the Bitmap to an Android Bitmap in android.graphics.Bitmap.Config.ARGB_8888 configuration.

If the Bitmap is not constructed by BitmapFactory.createBitmap, the conversion may fail.