docs/javadoc/reference/com/facebook/imagepipeline/common/ImageDecodeOptions.html
|
|
Summary: Fields | Ctors | Methods | Protected Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.common.ImageDecodeOptions |
Options for changing the behavior of the ImageDecoder.
| Fields |
|---|
| public final Bitmap.Config |
| public final BitmapTransformation |
| public final ColorSpace |
| public final ImageDecoder |
| public final boolean |
| public final boolean |
| public final boolean |
| public final int |
| public final int |
| public final boolean |
| Public Constructors |
|---|
| Public Methods |
|---|
| static ImageDecodeOptions |
| Gets the default options. |
| boolean |
| int |
| static ImageDecodeOptionsBuilder |
| Creates a new builder. |
| String |
| Protected Methods |
|---|
| Objects.ToStringHelper |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
StaticImage and JPEG will decode with this config;
Bitmap transformation override
Allow explicit color management, must be one of the named color space in ColorSpace.Named. This flag might affect performance, if null, then SRGB color space is assumed if the SDK version >= 26.
Custom image decoder override.
Whether to decode all the frames and store them in memory. This should only ever be used for animations that are known to be small (e.g. stickers). Caching dozens of large Bitmaps in memory for general GIFs or WebP's will not fit in memory.
Whether to decode a preview frame for animated images.
Force image to be rendered as a static image, even if it is an animated format.
This flag will force animated GIFs to be rendered as static images
Maximum image dimension to decode
Decoding of intermediate results for an image won't happen more often that minDecodeIntervalMs.
Indicates that the last frame should be used as the preview frame instead of the first.
Gets the default options.
Creates a new builder.
+Generated by Doclava. +