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
Bitmap s from GifDecoder s representing a particular frame of a particular
GIF image. |
StreamGifDecoder |
A relatively inefficient decoder for
GifDrawable
that converts InputStream s to ByteBuffer s and then passes
the buffer to a wrapped decoder. |