| com.facebook.imagepipeline.animated.factory.AnimatedImageFactory |
Known Indirect Subclasses
|
Decoder for animated images.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract CloseableImage |
decodeGif(EncodedImage encodedImage, ImageDecodeOptions options, Bitmap.Config bitmapConfig)
Decodes a GIF into a CloseableImage.
| ||||||||||
| abstract CloseableImage |
decodeWebP(EncodedImage encodedImage, ImageDecodeOptions options, Bitmap.Config bitmapConfig)
Decode a WebP into a CloseableImage.
| ||||||||||
Decodes a GIF into a CloseableImage.
| encodedImage | encoded image (native byte array holding the encoded bytes and meta data) |
|---|---|
| options | the options for the decode |
| bitmapConfig | the Bitmap.Config used to generate the output bitmaps |
CloseableImage for the GIF image
Decode a WebP into a CloseableImage.
| encodedImage | encoded image (native byte array holding the encoded bytes and meta data) |
|---|---|
| options | the options for the decode |
| bitmapConfig | the Bitmap.Config used to generate the output bitmaps |
CloseableImage for the WebP image