transcode

open fun transcode(toTranscode: Resource<Bitmap>, options: Options): Resource<BitmapDrawable>

Transcodes the given resource to the new resource type and returns the new resource.

Parameters

toTranscode

The resource to transcode.