BitmapHelper

open class BitmapHelper

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun decodeSampledBitmapFromByteArray(data: Array<Byte>, reqWidth: Int, reqHeight: Int): Bitmap
Link copied to clipboard
open fun decodeSampledBitmapFromResource(res: Resources, resId: Int, reqWidth: Int, reqHeight: Int): Bitmap