iTransform
Flags that indicate the transform to be performed. Possible values are:
Value |
Meaning |
FILE_TRANSFORM_FLIP |
[0x0001] Flip the image. |
FILE_TRANSFORM_REVERSE |
[0x0002] Reverse the image. |
FILE_TRANSFORM_ROTATE90 |
[0x0004] Rotate the image clockwise by 90 degrees. |
FILE_TRANSFORM_ROTATE180 |
[0x0008] Rotate the image clockwise by 180 degrees. |
FILE_TRANSFORM_ROTATE270 |
[0x000C] Rotate the image clockwise by 270 degrees. |