Package com.bumptech.glide.gifdecoder
-
Interface Summary Interface Description GifDecoder Shared interface for GIF decoders.GifDecoder.BitmapProvider An interface that can be used to provide reusedBitmaps to avoid GCs from constantly allocatingBitmaps for every frame. -
Class Summary Class Description GifHeader A header object containing the number of frames in an animated GIF image as well as basic metadata like width and height that can be used to decode each individual frame of the GIF.GifHeaderParser A class responsible for creatingGifHeaders from data representing animated GIFs.StandardGifDecoder Reads frame data from a GIF image source and decodes it into individual frames for animation purposes. -
Annotation Types Summary Annotation Type Description GifDecoder.GifDecodeStatus Android Lint annotation for status codes that can be used with a GIF decoder.