ImageGear for Java
ImGearTIFFOrientation Enumeration
Represents TIFF orientations.
Members
MemberDescription
BottomLeftThe 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.
BottomRightThe 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.
LeftBottomThe 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).
LeftTopThe 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.
RightBottomThe 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.
RightTopThe 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).
TopLeftThe 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).
TopRightThe 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.
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.accusoft.imagegear.formats.tif.ImGearTIFFOrientation

See Also

Reference

com.accusoft.imagegear.formats.tif Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback