z

Enum MetaImage.EOrienation

Orientation values compatible with EXIF metadata.

public enum MetaImage.EOrienation

Field

FlipHorizontal

Horizontal flip.

FlipHorizontal = 2

FlipVertical

Vertical flip.

FlipVertical = 4

Invalid

Invalid orientation.

Invalid = -1

Normal

Normal orientation.

Normal = 1

Rotate180

Rotated 180 degrees.

Rotate180 = 3

Rotate270

Rotated 270 degrees clockwise.

Rotate270 = 8

Rotate90

Rotated 90 degrees clockwise.

Rotate90 = 6

Transpose

Transposed orientation.

Transpose = 5

Transverse

Transverse orientation.

Transverse = 7

Undefined

Undefined orientation.

Undefined = 0
Top