ORIENTATION_FLIP_VERTICAL top-level constant

int const ORIENTATION_FLIP_VERTICAL

Indicates the image is upside down mirror, it can also be represented by flip horizontally firstly and rotate 180 degree clockwise.

Implementation

const int ORIENTATION_FLIP_VERTICAL = 4;