Package apple.photos.enums
Class PHImageRequestOptionsResizeMode
- java.lang.Object
-
- apple.photos.enums.PHImageRequestOptionsResizeMode
-
public final class PHImageRequestOptionsResizeMode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longExactsame as above but also guarantees the delivered image is exactly targetSize (must be set when a normalizedCropRect is specified)static longFastuse targetSize as a hint for optimal decoding when the source image is a compressed format (i.e. subsampling), the delivered image may be larger than targetSizestatic longNoneno resize
-
-
-
Field Detail
-
None
public static final long None
no resize- See Also:
- Constant Field Values
-
Fast
public static final long Fast
use targetSize as a hint for optimal decoding when the source image is a compressed format (i.e. subsampling), the delivered image may be larger than targetSize- See Also:
- Constant Field Values
-
Exact
public static final long Exact
same as above but also guarantees the delivered image is exactly targetSize (must be set when a normalizedCropRect is specified)- See Also:
- Constant Field Values
-
-