GifOptions

class GifOptions

Options related to decoding GIFs.

Properties

Link copied to clipboard
val DECODE_FORMAT: Option<DecodeFormat>
Indicates the com.bumptech.glide.load.DecodeFormat that will be used in conjunction with the particular GIF to determine the android.graphics.Bitmap.
Link copied to clipboard
val DISABLE_ANIMATION: Option<Boolean>
If set to true, disables the GIF com.bumptech.glide.load.ResourceDecoders (handles will return false).