ExifOrientation

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

public final class ExifOrientation extends System.Enum

Orientation de l’image Exif.

Champs

ChampDescription
TopLeftEn haut à gauche.
TopRightEn haut à droite.
BottomRightEn bas à droite.
BottomLeftEn bas à gauche.
LeftTopEn haut à gauche.
RightTopEn haut à droite.
RightBottomEn bas à droite.
LeftBottomEn bas à gauche.

TopLeft

public static final int TopLeft

En haut à gauche. Orientation par défaut.

TopRight

public static final int TopRight

En haut à droite. Inversé horizontalement.

BottomRight

public static final int BottomRight

En bas à droite. Pivoté de 180 degrés.

BottomLeft

public static final int BottomLeft

En bas à gauche. Pivoté de 180 degrés puis inversé horizontalement.

LeftTop

public static final int LeftTop

En haut à gauche. Pivoté de 90 degrés dans le sens antihoraire puis inversé horizontalement.

RightTop

public static final int RightTop

En haut à droite. Pivoté de 90 degrés dans le sens horaire.

RightBottom

public static final int RightBottom

En bas à droite. Pivoté de 90 degrés dans le sens horaire puis inversé horizontalement.

LeftBottom

public static final int LeftBottom

En bas à gauche. Pivoté de 90 degrés dans le sens antihoraire.