Orientation

Constants for {@see #ExifTagKey.ORIENTATION} . They can be interpreted as follows:

  • TOP_LEFT is the normal orientation.
  • TOP_RIGHT is a left-right mirror.
  • BOTTOM_LEFT is a 180 degree rotation.
  • BOTTOM_RIGHT is a top-bottom mirror.
  • LEFT_TOP is mirrored about the top-left<->bottom-right axis.
  • TOP_RIGHT is a 90 degree clockwise rotation.
  • BOTTOM_LEFT is mirrored about the top-right<->bottom-left axis.
  • BOTTOM_RIGHT is a 270 degree clockwise rotation.

interface Orientation

Properties

BOTTOM_LEFT
Link copied to clipboard
val BOTTOM_LEFT: Short
BOTTOM_RIGHT
Link copied to clipboard
val BOTTOM_RIGHT: Short
LEFT_BOTTOM
Link copied to clipboard
val LEFT_BOTTOM: Short
LEFT_TOP
Link copied to clipboard
val LEFT_TOP: Short
RIGHT_BOTTOM
Link copied to clipboard
val RIGHT_BOTTOM: Short
RIGHT_TOP
Link copied to clipboard
val RIGHT_TOP: Short
TOP_LEFT
Link copied to clipboard
val TOP_LEFT: Short
TOP_RIGHT
Link copied to clipboard
val TOP_RIGHT: Short