iTransform
Flags that indicate the transform to be performed. Possible values are:
Value |
Meaning |
FILE_TRANSFORM_FLIP |
[$0001] Flip the image. |
FILE_TRANSFORM_REVERSE |
[$0002] Reverse the image. |
FILE_TRANSFORM_ROTATE90 |
[$0004] Rotate the image clockwise by 90 degrees. |
FILE_TRANSFORM_ROTATE180 |
[$0008] Rotate the image clockwise by 180 degrees. |
FILE_TRANSFORM_ROTATE270 |
[$000C] Rotate the image clockwise by 270 degrees. |