DrawableBytesTranscoder
Obtains byte[] from BitmapDrawables by delegating to a ResourceTranscoder for Bitmaps to byte[]s.
Constructors
Link copied to clipboard
open fun DrawableBytesTranscoder( bitmapPool: BitmapPool, bitmapBytesTranscoder: ResourceTranscoder<Bitmap, Array<Byte>>, gifDrawableBytesTranscoder: ResourceTranscoder<GifDrawable, Array<Byte>>)
Content copied to clipboard