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度。