toAndroidBitmap
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
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.