| Class | Description |
|---|---|
| ByteBufferGifDecoder | |
| GifBitmapProvider |
Implements
GifDecoder.BitmapProvider by wrapping Glide's
BitmapPool. |
| GifDrawable |
An animated
Drawable that plays the frames of an animated GIF. |
| GifDrawableEncoder |
Writes the original bytes of a
GifDrawable to an
OutputStream. |
| GifDrawableResource |
A resource wrapping an
GifDrawable. |
| GifDrawableTransformation |
An
Transformation that wraps a transformation for a
Bitmap and can apply it to every frame of any
GifDrawable. |
| GifFrameResourceDecoder |
Decodes
Bitmaps from GifDecoders representing a particular frame of a particular
GIF image. |
| GifOptions |
Options related to decoding GIFs.
|
| StreamGifDecoder |
A relatively inefficient decoder for
GifDrawable
that converts InputStreams to ByteBuffers and then passes
the buffer to a wrapped decoder. |