Package com.bumptech.glide.gifdecoder
See: Description
-
Class Summary Class Description StandardGifDecoder Reads frame data from a GIF image source and decodes it into individual frames for animation purposes. 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 creating com.bumptech.glide.gifdecoder.GifHeaders from data representing animated GIFs. -
Annotation Summary Annotation Description GifDecodeStatus Android Lint annotation for status codes that can be used with a GIF decoder. -
Interface Summary Interface Description BitmapProvider An interface that can be used to provide reused android.graphics.Bitmaps to avoid GCsfrom constantly allocating android.graphics.Bitmaps for every frame. GifDecoder Shared interface for GIF decoders.