AvifByteBufferBitmapDecoder

class AvifByteBufferBitmapDecoder

A Glide ResourceDecoder capable of decoding Avif images.

Constructors

Link copied to clipboard
open fun AvifByteBufferBitmapDecoder(bitmapPool: BitmapPool)

Functions

Link copied to clipboard
open fun decode(    source: ByteBuffer,     width: Int,     height: Int,     options: Options): Resource<Bitmap>
Link copied to clipboard
open fun handles(source: ByteBuffer, options: Options): Boolean