public final class PHImageRequestOptionsResizeMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Exact
same as above but also guarantees the delivered image is exactly targetSize (must be set when a normalizedCropRect is specified)
|
static long |
Fast
use targetSize as a hint for optimal decoding when the source image is a compressed format (i.e.
|
static long |
None
no resize
|
public static final long None
public static final long Fast
public static final long Exact