Package 

Interface AnimatedImageFactory

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 decode
        bitmapConfig - 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 decode
        bitmapConfig - the Bitmap.