Package com.bumptech.glide.load.resource.gif

Types

Link copied to clipboard
open class ByteBufferGifDecoder : ResourceDecoder<T, Z>
Link copied to clipboard
class GifBitmapProvider
Implements com.bumptech.glide.gifdecoder.GifDecoder.
Link copied to clipboard
open class GifDrawable : GifFrameLoader.FrameCallback
An animated android.graphics.drawable.
Link copied to clipboard
open class GifDrawableEncoder : ResourceEncoder<T>
Link copied to clipboard
open class GifDrawableResource : DrawableResource<T> , Initializable
Link copied to clipboard
open class GifDrawableTransformation : Transformation<T>
An com.bumptech.glide.load.Transformation that wraps a transformation for a and can apply it to every frame of any .
Link copied to clipboard
class GifFrameResourceDecoder : ResourceDecoder<T, Z>
Decodes Bitmaps from GifDecoders representing a particular frame of a particular GIF image.
Link copied to clipboard
class GifOptions
Options related to decoding GIFs.
Link copied to clipboard
open class StreamGifDecoder : ResourceDecoder<T, Z>
A relatively inefficient decoder for com.bumptech.glide.load.resource.gif.GifDrawable that converts java.io.InputStreams to java.nio.ByteBuffers and then passes the buffer to a wrapped decoder.