public final class VNImageCropAndScaleOption
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CenterCrop
scale image maintaining aspect ratio to fit on the short side and crop centered on the long side
|
static long |
ScaleFill |
static long |
ScaleFit
scale to size required by algorithm
|
public static final long CenterCrop
public static final long ScaleFit
public static final long ScaleFill