Orientation
public enum Orientation : Int
The orient
parameter lets you control the cardinal orientation of the given image.
See Reorient Images
-
Set image to default
Declaration
Swift
case `default` = 1
-
Flip image horizontally
Declaration
Swift
case flipHorizontal
-
Flip image horizontally and vertically
Declaration
Swift
case flipHorizontalVertical
-
Flip image vertically
Declaration
Swift
case flipVerticle
-
Flip image horizontally and then rotate 90 degrees towards left
Declaration
Swift
case flipHorizontalLeft
-
Rotate image 90 degrees towards right
Declaration
Swift
case right
-
Flip image horizontally and then rotate 90 degrees towards right
Declaration
Swift
case flipHorizontalRight
-
Rotate image 90 degrees towards left
Declaration
Swift
case left