Options
Parameters
The Context used to execute this request.
The requested config for any Bitmaps.
The preferred color space for any Bitmaps. If null, components should typically default to ColorSpace.Rgb.
The scaling algorithm for how to fit the source image's dimensions into the target's dimensions.
True if the output image does not need to fit/fill the target's dimensions exactly. For instance, if true BitmapFactoryDecoder will not decode an image at a larger size than its source dimensions as an optimization.
True if a component is allowed to use Bitmap.Config.RGB_565 as an optimization. As RGB_565 does not have an alpha channel, components should only use RGB_565 if the image is guaranteed to not use alpha.
True if the color (RGB) channels of the decoded image should be pre-multiplied by the alpha channel. The default behavior is to enable pre-multiplication but in some environments it can be necessary to disable this feature to leave the source pixels unmodified.
The header fields to use for any network requests.
A map of custom parameters. These are used to pass custom data to a component.
Determines if this request is allowed to read/write from/to memory.
Determines if this request is allowed to read/write from/to disk.
Determines if this request is allowed to read from the network.