ExifOrientation Enumeration
Exif image orientation.
Module: aspose.psd.exif.enums
Full Name: aspose.psd.exif.enums.ExifOrientation
Aspose.PSD Version: 24.9.0
Members
Member name | Description |
---|---|
BOTTOM_LEFT | Bottom left. Rotated by 180 degrees and then horizontally reversed. |
BOTTOM_RIGHT | Bottom right. Rotated by 180 degrees. |
LEFT_BOTTOM | Left bottom. Rotated by 90 degrees counterclockwise. |
LEFT_TOP | Left top. Rotated by 90 degrees counterclockwise and then horizontally reversed. |
RIGHT_BOTTOM | Right bottom. Rotated by 90 degrees clockwise and then horizontally reversed. |
RIGHT_TOP | Right top. Rotated by 90 degrees clockwise. |
TOP_LEFT | Top left. Default orientation. |
TOP_RIGHT | Top right. Horizontally reversed. |