transcode

open fun transcode(toTranscode: Resource<Drawable>, options: Options): Resource<Array<Byte>>

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

Parameters

toTranscode

The resource to transcode.