ExifOrientation

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ExifOrientation extends System.Enum

Exif 图像方向。

字段

字段描述
TopLeft左上。
TopRight右上。
BottomRight右下。
BottomLeft左下。
LeftTop左上。
RightTop右上。
RightBottom右下。
LeftBottom左下。

TopLeft

public static final int TopLeft

左上。默认方向。

TopRight

public static final int TopRight

右上。水平翻转。

BottomRight

public static final int BottomRight

右下。旋转180度。

BottomLeft

public static final int BottomLeft

左下。旋转180度后水平翻转。

LeftTop

public static final int LeftTop

左上。逆时针旋转90度后水平翻转。

RightTop

public static final int RightTop

右上。顺时针旋转90度。

RightBottom

public static final int RightBottom

右下。顺时针旋转90度后水平翻转。

LeftBottom

public static final int LeftBottom

左下。逆时针旋转90度。