UnitBitmapDecoder

class UnitBitmapDecoder : ResourceDecoder<T, Z>

Passes through a (hopefully) non-owned Bitmap as a Bitmap based Resource so that the given Bitmap is not recycled.

Functions

Link copied to clipboard
open fun decode(    source: Bitmap,     width: Int,     height: Int,     options: Options): Resource<Bitmap>
Returns a decoded resource from the given data or null if no resource could be decoded.
Link copied to clipboard
open fun handles(source: Bitmap, options: Options): Boolean
Returns true if this decoder is capable of decoding the given source with the given options, and false otherwise.