Package com.bumptech.glide.load.resource.gif
-
Class Summary Class Description ByteBufferGifDecoder GifBitmapProvider ImplementsGifDecoder.BitmapProviderby wrapping Glide'sBitmapPool.GifDrawable An animatedDrawablethat plays the frames of an animated GIF.GifDrawableEncoder Writes the original bytes of aGifDrawableto anOutputStream.GifDrawableResource A resource wrapping anGifDrawable.GifDrawableTransformation AnTransformationthat wraps a transformation for aBitmapand can apply it to every frame of anyGifDrawable.GifFrameResourceDecoder DecodesBitmaps fromGifDecoders representing a particular frame of a particular GIF image.GifOptions Options related to decoding GIFs.StreamGifDecoder A relatively inefficient decoder forGifDrawablethat convertsInputStreams toByteBuffers and then passes the buffer to a wrapped decoder.