getSize

open fun getSize(bitmap: Bitmap): Int

Returns the allocated byte size of the given bitmap.

Deprecated

Use getBitmapByteSize instead. Scheduled to be removed in Glide 4.0.

See also