ORIENTATION_TRANSVERSE top-level constant

int const ORIENTATION_TRANSVERSE

Indicates the image is flipped about top-right <--> bottom-left axis, it can also be represented by flip horizontally firstly and rotate 90 degree clockwise.

Implementation

const int ORIENTATION_TRANSVERSE = 7;