-
public interface AnimatedImageFactoryDecoder for animated images.
-
-
Method Summary
Modifier and Type Method Description abstract CloseableImagedecodeGif(EncodedImage encodedImage, ImageDecodeOptions options, Bitmap.Config bitmapConfig)Decodes a GIF into a CloseableImage. abstract CloseableImagedecodeWebP(EncodedImage encodedImage, ImageDecodeOptions options, Bitmap.Config bitmapConfig)Decode a WebP into a CloseableImage. -
-
Method Detail
-
decodeGif
abstract CloseableImage decodeGif(EncodedImage encodedImage, ImageDecodeOptions options, Bitmap.Config bitmapConfig)
Decodes a GIF into a CloseableImage.
- Parameters:
encodedImage- encoded image (native byte array holding the encoded bytes and meta data)options- the options for the decodebitmapConfig- the Bitmap.
-
decodeWebP
abstract CloseableImage decodeWebP(EncodedImage encodedImage, ImageDecodeOptions options, Bitmap.Config bitmapConfig)
Decode a WebP into a CloseableImage.
- Parameters:
encodedImage- encoded image (native byte array holding the encoded bytes and meta data)options- the options for the decodebitmapConfig- the Bitmap.
-
-
-
-