getSize

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

Deprecated

Returns the allocated byte size of the given bitmap.

Deprecated

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

See also