docs/javadoc/reference/com/facebook/common/webp/WebpBitmapFactory.html
|
|
Summary: Nested Classes | Methods | [Expand All]
public interface
| com.facebook.common.webp.WebpBitmapFactory |
| Known Indirect Subclasses
| WebpBitmapFactoryImpl | |
|
Interface for a bitmap factory that can decode WebP images even on versions of Android that don't support it.
Implementation is found in the optional static-webp library. To use, add the following to your build.gradle file: implementation 'com.facebook.fresco:static-webp:${FRESCO_VERSION}'
| Nested Classes |
|---|
| interface |
| Public Methods |
|---|
| abstract Bitmap |
| abstract Bitmap |
| abstract Bitmap |
| abstract Bitmap |
| abstract void |
| Set the object which should create the bg Bitmap |
| abstract void |
| Register the given listener as observer of error |
Set the object which should create the bg Bitmap
| bitmapCreator | The BitmapCreator implementation |
Register the given listener as observer of error
| logger | The WebpErrorLogger in order to observe webp errors |
+Generated by Doclava. +