Class AnimatedWebpDecoder
java.lang.Object
com.bumptech.glide.load.resource.drawable.AnimatedWebpDecoder
Deprecated.
Allows decoding animated webp images using
ImageDecoder on Android P+. @Deprecated This
class has been replaced by AnimatedImageDecoder and is not used in Glide by default. It
will be removed in a future version.-
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceDecoder<ByteBuffer,Drawable> byteBufferDecoder(List<ImageHeaderParser> imageHeaderParsers, ArrayPool arrayPool) Deprecated.static ResourceDecoder<InputStream,Drawable> streamDecoder(List<ImageHeaderParser> imageHeaderParsers, ArrayPool arrayPool) Deprecated.
-
Method Details
-
streamDecoder
public static ResourceDecoder<InputStream,Drawable> streamDecoder(List<ImageHeaderParser> imageHeaderParsers, ArrayPool arrayPool) Deprecated. -
byteBufferDecoder
public static ResourceDecoder<ByteBuffer,Drawable> byteBufferDecoder(List<ImageHeaderParser> imageHeaderParsers, ArrayPool arrayPool) Deprecated.
-