ImageGearJava Project > com.accusoft.imagegear.formats.tif Package : ImGearTIFFOrientation Enumeration |
Member | Description |
---|---|
BottomLeft | The 0th row represents the visual bottom of the image, and the 0th column represents the visual left-hand side. Row0=Bottom Col0=Left flip-V. |
BottomRight | The 0th row represents the visual bottom of the image, and the 0th column represents the visual right-hand side. Row0=Bottom Col0=Right rotate 180. |
LeftBottom | The 0th row represents the visual left-hand side of the image, and the 0th column represents the visual bottom. Row0=Left Col0=Bottom rotate 90 CC (landscape). |
LeftTop | The 0th row represents the visual left-hand side of the image, and the 0th column represents the visual top. Row0=Left Col0=Top rotate 90 CC and flip V. |
RightBottom | The 0th row represents the visual right-hand side of the image, and the 0th column represents the visual bottom. Row0=Right Col0=Bottom rotate 90 C and flip V. |
RightTop | The 0th row represents the visual right-hand side of the image, and the 0th column represents the visual top. Row0=Right Col0=Top rotate 90 C (landscape). |
TopLeft | The 0th row represents the visual top of the image, and the 0th column represents the visual left-hand side. Row0=Top Col0=Left Normal (Portrait). |
TopRight | The 0th row represents the visual top of the image, and the 0th column represents the visual right-hand side. Row0=Top Col0=Right flip-H. |
java.lang.Object
java.lang.Enum
com.accusoft.imagegear.formats.tif.ImGearTIFFOrientation