getBitmapByteSize

open fun getBitmapByteSize(@NonNull bitmap: Bitmap): Int

Returns the in memory size of the given Bitmap in bytes.


open fun getBitmapByteSize(width: Int, height: Int, @Nullable config: Bitmap.Config): Int

Returns the in memory size of android.graphics.Bitmap with the given width, height, and android.graphics.Bitmap.Config.