BitmapDrawableTranscoder

open class BitmapDrawableTranscoder : ResourceTranscoder<Z, R>

An com.bumptech.glide.load.resource.transcode.ResourceTranscoder that converts s into android.graphics.drawable.BitmapDrawables.

Constructors

Link copied to clipboard
open fun BitmapDrawableTranscoder(context: Context)
Link copied to clipboard
open fun BitmapDrawableTranscoder(resources: Resources, bitmapPool: BitmapPool)
Link copied to clipboard
open fun BitmapDrawableTranscoder(resources: Resources)

Functions

Link copied to clipboard
open fun transcode(toTranscode: Resource<Bitmap>, options: Options): Resource<BitmapDrawable>
Transcodes the given resource to the new resource type and returns the new resource.