AvifStreamBitmapDecoder

class AvifStreamBitmapDecoder

A Glide ResourceDecoder capable of decoding Avif Images.

Constructors

Link copied to clipboard
open fun AvifStreamBitmapDecoder(    parsers: List<ImageHeaderParser>,     avifByteBufferDecoder: AvifByteBufferBitmapDecoder,     arrayPool: ArrayPool)

Functions

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