Package 

Class GifImage

  • All Implemented Interfaces:
    com.facebook.imagepipeline.animated.base.AnimatedImage , com.facebook.imagepipeline.animated.factory.AnimatedImageDecoder

    @ThreadSafe() 
    public class GifImage
     implements AnimatedImage, AnimatedImageDecoder
                        

    A representation of a GIF image. An instance of this class will hold a copy of the encoded data in memory along with the parsed header data. Frames are decoded on demand via GifFrame.