java.lang.Object | |
↳ | com.facebook.imagepipeline.animated.factory.AnimatedImageFactory |
Decoder for animated images.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AnimatedImageFactory(AnimatedDrawableBackendProvider animatedDrawableBackendProvider, PlatformBitmapFactory bitmapFactory) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CloseableImage |
decodeGif(CloseableReference<PooledByteBuffer> pooledByteBufferRef, ImageDecodeOptions options)
Decodes a GIF into a CloseableImage.
| ||||||||||
CloseableImage |
decodeWebP(CloseableReference<PooledByteBuffer> pooledByteBufferRef, ImageDecodeOptions options)
Decode a WebP into a CloseableImage.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Decodes a GIF into a CloseableImage.
pooledByteBufferRef | native byte array holding the encoded bytes |
---|---|
options | the options for the decode |
CloseableImage
for the GIF image
Decode a WebP into a CloseableImage.
pooledByteBufferRef | native byte array holding the encoded bytes |
---|---|
options | the options for the decode |
CloseableImage
for the WebP image