AvifStreamBitmapDecoder
A Glide ResourceDecoder capable of decoding Avif Images.
Constructors
Link copied to clipboard
open fun AvifStreamBitmapDecoder( parsers: List<ImageHeaderParser>, avifByteBufferDecoder: AvifByteBufferBitmapDecoder, arrayPool: ArrayPool)
Content copied to clipboard
Functions
Link copied to clipboard
open fun decode( source: InputStream, width: Int, height: Int, options: Options): Resource<Bitmap>
Content copied to clipboard
Link copied to clipboard