Enumerator | Value | Description |
---|---|---|
ECorrupt |
Flag used to determine the type of transformation which is the result of single or multiple transformation operations requested via calls to COperationExtension::AddOperationL.
8 unique orientations:
normal 90 180 270 00 10 01 00 11 01 10 11 01 11 11 10 10 00 00 01 V flip 90 180 270 10 00 11 10 =Hflip =Hflip+90 11 01 01 00 H flip 90 180 270 01 11 00 01 =Vflip =Vflip+90 00 10 10 11
See also: COperationExtension::AddOperationL
Enumerator | Value | Description |
---|---|---|
EDecodeNormal | 0x11011000 |
Normal Decode |
EDecodeRotate90 | 0x10110001 |
Rotate 90 degrees. |
EDecodeRotate180 | 0x00100111 |
Rotate 180 degrees. |
EDecodeRotate270 | 0x01001110 |
Rotate 270 degrees. |
EDecodeHorizontalFlip | 0x10001101 |
Horizontal flip. |
EDecodeHorizontalFlipRotate90 | 0x11100100 |
Horizontal flip and rotate 90 degrees. |
EDecodeVerticalFlip | 0x01110010 |
Vertical flip. |
EDecodeVerticalFlipRotate90 | 0x00011011 |
Vertical flip and rotate 90 degrees. |