GifBitmapProvider

open fun GifBitmapProvider(bitmapPool: BitmapPool)

Constructs an instance without a shared byte array pool. Byte arrays will be always constructed when requested.


open fun GifBitmapProvider(bitmapPool: BitmapPool, arrayPool: ArrayPool)

Constructs an instance with a shared array pool. Arrays will be reused where possible.