Class GifOptions
java.lang.Object
com.bumptech.glide.load.resource.gif.GifOptions
Options related to decoding GIFs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Option<DecodeFormat>Indicates theDecodeFormatthat will be used in conjunction with the particular GIF to determine theBitmap.Configto use when decoding frames of GIFs.If set totrue, disables the GIFResourceDecoders (ResourceDecoder.handles(Object, Options)will returnfalse). -
Method Summary
-
Field Details
-
DECODE_FORMAT
Indicates theDecodeFormatthat will be used in conjunction with the particular GIF to determine theBitmap.Configto use when decoding frames of GIFs. -
DISABLE_ANIMATION
If set totrue, disables the GIFResourceDecoders (ResourceDecoder.handles(Object, Options)will returnfalse). Defaults tofalse.
-