ImageProcessingOptions.Orientation

public static final enum ImageProcessingOptions.Orientation

Orientation type that follows EXIF specification.

The name of each enum value defines the position of the 0th row and the 0th column of the image content. See the EXIF orientation documentation for details.

Inherited Methods

Enum Values

public static final ImageProcessingOptions.Orientation BOTTOM_LEFT

public static final ImageProcessingOptions.Orientation BOTTOM_RIGHT

public static final ImageProcessingOptions.Orientation LEFT_BOTTOM

public static final ImageProcessingOptions.Orientation LEFT_TOP

public static final ImageProcessingOptions.Orientation RIGHT_BOTTOM

public static final ImageProcessingOptions.Orientation RIGHT_TOP

public static final ImageProcessingOptions.Orientation TOP_LEFT

public static final ImageProcessingOptions.Orientation TOP_RIGHT