ORIENTATION_TRANSPOSE top-level constant

int const ORIENTATION_TRANSPOSE

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

Implementation

const int ORIENTATION_TRANSPOSE = 5;