Package com.bumptech.glide.load.resource.gif
Types
Link copied to clipboard
An com.bumptech.glide.load.ResourceDecoder that decodes from java.io.InputStream data.
Link copied to clipboard
Implements com.bumptech.glide.gifdecoder.GifDecoder.
Link copied to clipboard
An animated android.graphics.drawable.
Link copied to clipboard
Writes the original bytes of a com.bumptech.glide.load.resource.gif.GifDrawable to an java.io.OutputStream.
Link copied to clipboard
A resource wrapping an com.bumptech.glide.load.resource.gif.GifDrawable.
Link copied to clipboard
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
Decodes Bitmaps from GifDecoders representing a particular frame of a particular GIF image.
Link copied to clipboard
Options related to decoding GIFs.
Link copied to clipboard
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.