CrImage::EXIF::Orientation
Inherits Enum / Comparable / Value / Object
Image orientation values
Constants
Normal = 1_u16
FlipHorizontal = 2_u16
Rotate180 = 3_u16
FlipVertical = 4_u16
Transpose = 5_u16
Rotate90CW = 6_u16
Transverse = 7_u16
Rotate270CW = 8_u16