public final class GifOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static Option<DecodeFormat> |
DECODE_FORMAT
Indicates the
DecodeFormat that will be used in conjunction
with the particular GIF to determine the Bitmap.Config to use when
decoding frames of GIFs. |
static Option<Boolean> |
DISABLE_ANIMATION
If set to
true, disables the GIF ResourceDecoders
(ResourceDecoder.handles(Object, Options) will return false). |
public static final Option<DecodeFormat> DECODE_FORMAT
DecodeFormat that will be used in conjunction
with the particular GIF to determine the Bitmap.Config to use when
decoding frames of GIFs.public static final Option<Boolean> DISABLE_ANIMATION
true, disables the GIF ResourceDecoders
(ResourceDecoder.handles(Object, Options) will return false). Defaults to
false.